summaryrefslogtreecommitdiff
path: root/cgi.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2023-08-09 11:00:49 +0200
committerVincent Douillet <vincent@vdouillet.fr>2023-08-09 11:00:49 +0200
commit1970c9982e99daa26f7fc4c6f16b441a0aa806de (patch)
tree53fe09beea071d3f546e8f006619cbf29f8b19c2 /cgi.h
parent8b04ab2fc5d34693052fd16de20237498de67f58 (diff)
simplify header import guards
Diffstat (limited to 'cgi.h')
-rw-r--r--cgi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi.h b/cgi.h
index aff6bdf..b834246 100644
--- a/cgi.h
+++ b/cgi.h
@@ -28,8 +28,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef VAULT_CGI_H
-#define VAULT_CGI_H
+#ifndef CGI_H
+#define CGI_H
#include <kcgi.h>
@@ -38,4 +38,4 @@ if(kcgi_call != KCGI_OK) { \
kutil_warn(r, NULL, "Unexpected CGI error"); \
}
-#endif /* VAULT_CGI_H */
+#endif /* CGI_H */