summaryrefslogtreecommitdiff
path: root/imap4.h
diff options
context:
space:
mode:
authorpaul <paul@7b491191-dbf0-0310-aff6-d879d4d69008>2005-01-07 12:46:39 +0000
committerpaul <paul@7b491191-dbf0-0310-aff6-d879d4d69008>2005-01-07 12:46:39 +0000
commite5f5b093456b6cc9f8c34725a6eebda0b558c6f9 (patch)
treeda3693a1699e4bd8ff51e3b73003211fa065e542 /imap4.h
parentd58b95bce8cb09fa772721a859eb1e3cd464c1d7 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4.h b/imap4.h
index b358546b..8cc2faa3 100644
--- a/imap4.h
+++ b/imap4.h
@@ -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);