diff options
author | Adam <Adam@drink-coca-cola.info> | 2010-05-11 14:36:53 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 21:01:17 -0400 |
commit | e6263dba84b80f03d02c379ace081e602f8ef199 (patch) | |
tree | a6d055b24245e47b1f6c4973c4502937ecabd751 /include/services.h | |
parent | 631d11d6a81e8c5f63a19fc279606a61ab1a0563 (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.h | 1 |
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 |