summaryrefslogtreecommitdiff
path: root/cgi.h
diff options
context:
space:
mode:
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 */