summaryrefslogtreecommitdiff
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'url.h')
-rw-r--r--url.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/url.h b/url.h
index 49b0aa1..7bfa247 100644
--- a/url.h
+++ b/url.h
@@ -28,8 +28,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef VAULT_URL_H
-#define VAULT_URL_H
+#ifndef URL_H
+#define URL_H
#include <stdio.h>
@@ -47,4 +47,4 @@
size_t
url_build(char *, size_t, int,...);
-#endif /* VAULT_URL_H */
+#endif /* URL_H */