From: Martin Mares Date: Sun, 14 Jan 2001 21:46:09 +0000 (+0000) Subject: Guards, guards! X-Git-Tag: holmes-import~1588 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=77fab8024c8ba7c8c0b3a52c22b64d52b5c85818;p=libucw.git Guards, guards! --- 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