diff options
author | paul <paul@7b491191-dbf0-0310-aff6-d879d4d69008> | 2005-01-07 12:46:39 +0000 |
---|---|---|
committer | paul <paul@7b491191-dbf0-0310-aff6-d879d4d69008> | 2005-01-07 12:46:39 +0000 |
commit | e5f5b093456b6cc9f8c34725a6eebda0b558c6f9 (patch) | |
tree | da3693a1699e4bd8ff51e3b73003211fa065e542 /imap4.h | |
parent | d58b95bce8cb09fa772721a859eb1e3cd464c1d7 (diff) |
fix conflict with mysql namespace
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1551 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'imap4.h')
-rw-r--r-- | imap4.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ /* max number of retries when synchronizing mailbox with dbase */ #define MAX_RETRIES 20 -#define null_free(p) { my_free(p); p = NULL; } +#define null_free(p) { dm_free(p); p = NULL; } int IMAPClientHandler(ClientInfo * ci); |