diff options
Diffstat (limited to 'pom.h')
-rw-r--r-- | pom.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,8 +31,8 @@ /// \mainpage libpom doxygen documentation /// /// See \ref pom.h for all types/functions. -#ifndef POM_H_ -#define POM_H_ +#ifndef POM__H_ +#define POM__H_ #ifndef POM_NO_STDIO #include <stdio.h> @@ -533,4 +533,4 @@ pom_conf_free(pom_conf *conf); } // extern "C" #endif -#endif // POM_H_ +#endif // POM__H_ |