summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
authorAdam <Adam@drink-coca-cola.info>2010-05-11 14:36:53 -0400
committerAdam <Adam@anope.org>2010-06-18 21:01:17 -0400
commite6263dba84b80f03d02c379ace081e602f8ef199 (patch)
treea6d055b24245e47b1f6c4973c4502937ecabd751 /include/services.h
parent631d11d6a81e8c5f63a19fc279606a61ab1a0563 (diff)
Allow attaching metadata to nickrequests and storing it in the databases and fixed windows build
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h
index a26802983..4a8eb8d77 100644
--- a/include/services.h
+++ b/include/services.h
@@ -91,6 +91,7 @@
# define inet_ntop inet_ntop_
# define MARK_DEPRECATED
+extern CoreExport const char *dlerror();
extern CoreExport int inet_pton(int af, const char *src, void *dst);
extern CoreExport const char *inet_ntop(int af, const void *src, char *dst, size_t size);
#endif