diff --git a/url.h b/url.h index 057e303..d9dec86 100644 --- a/url.h +++ b/url.h @@ -1,5 +1,4 @@ #ifndef __url_h__ - #define __url_h__ enum { @@ -19,7 +18,6 @@ enum { }; - typedef struct URLRange { int location; int length;