X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=str.h;h=bc1cf9e738b99dc6d37846baae730fd654b48ff8;hb=6a736221313a18d611bc5e2c49f4fa8b354390f2;hp=447e6d40db1d8cca96001d999aba4b032e7f5755;hpb=b8b6ac5a6d545a000077eed217c221c7eeda2a84;p=apps%2Fpfixtools.git diff --git a/str.h b/str.h index 447e6d4..bc1cf9e 100644 --- a/str.h +++ b/str.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 POSTLICYD_STR_H -#define POSTLICYD_STR_H +#ifndef PFIXTOOLS_STR_H +#define PFIXTOOLS_STR_H #include "mem.h" @@ -372,4 +372,4 @@ m_stristr(const char *haystack, const char *needle) { } /*@}*/ -#endif /* POSTLICYD_STR_H */ +#endif /* PFIXTOOLS_STR_H */