diff options
author | pommicket <pommicket@gmail.com> | 2025-09-16 14:03:51 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-16 14:03:51 -0400 |
commit | 9f817b370e55c24db5dee3f6948d2d95df7c3207 (patch) | |
tree | 5a315d38ab6e607ab80953f266bc319958e149dd /pom.h | |
parent | 9c4f73d970d549388661bbf274393f613cff511d (diff) |
Start C++ library
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_ |