summaryrefslogtreecommitdiff
path: root/http.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 /http.h
parent8b04ab2fc5d34693052fd16de20237498de67f58 (diff)
simplify header import guards
Diffstat (limited to 'http.h')
-rw-r--r--http.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/http.h b/http.h
index daee438..b354b98 100644
--- a/http.h
+++ b/http.h
@@ -28,8 +28,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef VAULT_HTTP_H
-#define VAULT_HTTP_H
+#ifndef HTTP_H
+#define HTTP_H
#include <kcgi.h>
@@ -50,4 +50,4 @@ void http_open(struct kreq *, enum khttp);
*/
void http_exit(struct kreq *, enum khttp, char *,...);
-#endif /* VAULT_HTTP_H */
+#endif /* HTTP_H */