X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Furl.h;h=8815da9b60f561af77b57a26f37b2713b36af5d4;hb=a5a87be3c45618e3fabc2447d2dff658a25c55ec;hp=07363f2e67d47e30cd0a2a79264072bf1abbb25e;hpb=bf285ff821b06bf89d0301bc2f1623ce4ee44869;p=libucw.git diff --git a/lib/url.h b/lib/url.h index 07363f2e..8815da9b 100644 --- a/lib/url.h +++ b/lib/url.h @@ -1,9 +1,12 @@ /* * Sherlock Library -- URL Functions * - * (c) 1997 Martin Mares, + * (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