diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-22 05:42:31 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-22 05:42:31 +0000 |
commit | d69dcf9ad2a70efe55785da4b06516df44a66c61 (patch) | |
tree | 820a3c07b48c8633c4fc22a992ebac3c6367932c /src/map/npc.h | |
parent | b292e29e093cb3b1cba367e6b4644abe68108ae0 (diff) | |
download | hercules-d69dcf9ad2a70efe55785da4b06516df44a66c61.tar.gz hercules-d69dcf9ad2a70efe55785da4b06516df44a66c61.tar.bz2 hercules-d69dcf9ad2a70efe55785da4b06516df44a66c61.tar.xz hercules-d69dcf9ad2a70efe55785da4b06516df44a66c61.zip |
Cleanup compiler warnings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1159 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index dbb351fa0..e04587508 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -8,7 +8,9 @@ #define WARP_DEBUG_CLASS 722 #define INVISIBLE_CLASS 32767 +#ifdef PCRE_SUPPORT void npc_chat_finalize(struct npc_data *nd); +#endif int npc_chat_sub(struct block_list *bl, va_list ap); int npc_event_dequeue(struct map_session_data *sd); int npc_event_timer(int tid,unsigned int tick,int id,int data); |