summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/src/CommonLibs/pcre.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ClientChangeNotify/src/CommonLibs/pcre.h')
-rw-r--r--plugins/ClientChangeNotify/src/CommonLibs/pcre.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/ClientChangeNotify/src/CommonLibs/pcre.h b/plugins/ClientChangeNotify/src/CommonLibs/pcre.h
index 2663870f85..4acf27eb54 100644
--- a/plugins/ClientChangeNotify/src/CommonLibs/pcre.h
+++ b/plugins/ClientChangeNotify/src/CommonLibs/pcre.h
@@ -18,13 +18,10 @@
*/
#include "CString.h"
-#include "pcre_main.h"
+#include "..\..\..\pcre16\src\pcre.h"
#pragma once
-void InitPcre();
-void UninitPcre();
-int PcreEnabled();
int PcreCheck(TCString Str, int StartingID = -1);
void FreePcreCompileData();
TCString CompileRegexp(TCString Regexp, int bAddAsUsualSubstring = 0, int ID = 0);