X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mem.h;h=de11a595578a581d740e473ee7ca8eb13c4d5410;hb=e3d9a582b6ff0bef16a6c1e7f506d9088379c77a;hp=4d9797e0563e2015c9dadf25ed847cb2b6c8f4c4;hpb=9a4efa4f0dc893f243ee69d1b20f024666ca943d;p=apps%2Fpfixtools.git diff --git a/mem.h b/mem.h index 4d9797e..de11a59 100644 --- 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 #include @@ -131,4 +131,4 @@ static inline void *xmemdupstr(const void *src, ssize_t len) { } \ } -#endif /* MUTT_LIB_LIB_MEM_H */ +#endif /* POSTLICYD_MEM_H */