From 77fab8024c8ba7c8c0b3a52c22b64d52b5c85818 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 14 Jan 2001 21:46:09 +0000 Subject: [PATCH] Guards, guards! --- lib/url.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/url.h b/lib/url.h index e36b46a6..8815da9b 100644 --- a/lib/url.h +++ b/lib/url.h @@ -4,6 +4,9 @@ * (c) 1997 Martin Mares */ +#ifndef _SHERLOCK_URL_H +#define _SHERLOCK_URL_H + #define MAX_URL_SIZE 1024 /* Non-control meanings of control characters */ @@ -69,3 +72,5 @@ char *url_error(uns); #define URL_PATH_FLAGS { 0, 1, 1, 1 } extern byte *url_proto_names[]; + +#endif -- 2.39.2