aboutsummaryrefslogtreecommitdiff
path: root/httpd/http.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2015-06-20 13:48:43 +0200
committerReyk Floeter <reyk@esdenera.com>2015-06-20 13:48:43 +0200
commit43aa296392eea581bb39cdc1b3d0a282164c05c6 (patch)
tree073401ba96ebb819435ced7268a791b80ec2864a /httpd/http.h
parentfbefc9a818a5ed612c0df918598057a8b551cb95 (diff)
downloadhttpd-43aa296392eea581bb39cdc1b3d0a282164c05c6.tar.gz
httpd-43aa296392eea581bb39cdc1b3d0a282164c05c6.zip
sync with -current
Diffstat (limited to 'httpd/http.h')
-rw-r--r--httpd/http.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/http.h b/httpd/http.h
index 00cf235..9042342 100644
--- a/httpd/http.h
+++ b/httpd/http.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: http.h,v 1.12 2015/02/11 12:52:01 florian Exp $ */
+/* $OpenBSD: http.h,v 1.13 2015/06/11 18:49:09 reyk Exp $ */
/*
* Copyright (c) 2012 - 2015 Reyk Floeter <reyk@openbsd.org>
@@ -16,8 +16,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef _HTTP_H
-#define _HTTP_H
+#ifndef HTTP_H
+#define HTTP_H
#define HTTP_PORT 80
#define HTTPS_PORT 443
@@ -250,4 +250,4 @@ struct http_descriptor {
struct kvtree http_headers;
};
-#endif /* _HTTP_H */
+#endif /* HTTP_H */