diff options
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |