diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/extern.h b/include/extern.h index 8bc6c25a7..8c050d857 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1016,8 +1016,6 @@ E int b64_decode(const char *src, char *target, size_t targsize); E const char* encode_ip(unsigned char *ip); E int decode_ip(const char *buf); -#define Anope_Free(x) if ((x) != NULL) free(x) - E char *host_resolve(char *host); E void event_process_hook(const char *name, int argc, char **argv); |