Support a pidfile.
[apps/pfixtools.git] / mem.h
diff --git a/mem.h b/mem.h
index 4d9797e..de11a59 100644 (file)
--- a/mem.h
+++ b/mem.h
@@ -1,5 +1,5 @@
 /******************************************************************************/
-/*          postlicyd: a postfix policy daemon with a lot of features         */
+/*          pfixtools: a collection of postfix related tools                  */
 /*          ~~~~~~~~~                                                         */
 /*  ________________________________________________________________________  */
 /*                                                                            */
@@ -33,8 +33,8 @@
  * Copyright © 2006 Pierre Habouzit
  */
 
-#ifndef MUTT_LIB_LIB_MEM_H
-#define MUTT_LIB_LIB_MEM_H
+#ifndef POSTLICYD_MEM_H
+#define POSTLICYD_MEM_H
 
 #include <assert.h>
 #include <ctype.h>
@@ -131,4 +131,4 @@ static inline void *xmemdupstr(const void *src, ssize_t len) {
         }                                                   \
     }
 
-#endif /* MUTT_LIB_LIB_MEM_H */
+#endif /* POSTLICYD_MEM_H */