summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index df3c1729b..266d174fb 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -326,6 +326,7 @@ struct npc_chat_interface *npc_chat;
/**
* pcre interface (libpcre)
* so that plugins may share and take advantage of the core's pcre
+ * should be moved into core/perhaps its own file once hpm is enhanced for login/char
**/
struct pcre_interface {
pcre *(*compile) (const char *pattern, int options, const char **errptr, int *erroffset, const unsigned char *tableptr);