summaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
Diffstat (limited to 'library.h')
-rw-r--r--library.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library.h b/library.h
index 6f1dc0f..4506621 100644
--- a/library.h
+++ b/library.h
@@ -19,8 +19,8 @@
* 02110-1301 USA
*/
-#ifndef _LIBRARY_H_
-#define _LIBRARY_H_
+#ifndef LIBRARY_H
+#define LIBRARY_H
#include <stdint.h>
#include <stdbool.h>
@@ -291,4 +291,4 @@ const char** library_exported_names_each_alias(
int library_exported_names_contains(struct library_exported_names* names,
const char* queryname);
-#endif /* _LIBRARY_H_ */
+#endif /* LIBRARY_H */