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