aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/qpdf-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/qpdf-c.h')
-rw-r--r--include/qpdf/qpdf-c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h
index a6002a92..7fbfa71a 100644
--- a/include/qpdf/qpdf-c.h
+++ b/include/qpdf/qpdf-c.h
@@ -20,8 +20,8 @@
* see the manual for additional information.
*/
-#ifndef __QPDF_C_H__
-#define __QPDF_C_H__
+#ifndef QPDF_C_H
+#define QPDF_C_H
/*
* This file defines a basic "C" API for qpdf. It provides access to
@@ -442,4 +442,4 @@ extern "C" {
#endif
-#endif /* __QPDF_C_H__ */
+#endif /* QPDF_C_H */