X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=str.h;h=bc1cf9e738b99dc6d37846baae730fd654b48ff8;hb=5583c0d0fb57a40dd1b35d9556877ed6848192ac;hp=f6980e40c13d09685235386cdd2d77172d304be6;hpb=6a966ebc32006b64216715314ce21a506ef1f7c4;p=apps%2Fpfixtools.git diff --git a/str.h b/str.h index f6980e4..bc1cf9e 100644 --- a/str.h +++ b/str.h @@ -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 */