diff options
Diffstat (limited to 'src/UriParseBase.h')
| -rw-r--r-- | src/UriParseBase.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/UriParseBase.h b/src/UriParseBase.h index 6d7379d..cdb2c6f 100644 --- a/src/UriParseBase.h +++ b/src/UriParseBase.h @@ -38,18 +38,12 @@ */ #ifndef URI_PARSE_BASE_H -#define URI_PARSE_BASE_H 1 - - - -#include <uriparser/UriBase.h> - +# define URI_PARSE_BASE_H 1 +# include <uriparser/UriBase.h> void uriWriteQuadToDoubleByte(const unsigned char * hexDigits, int digitCount, - unsigned char * output); + unsigned char * output); unsigned char uriGetOctetValue(const unsigned char * digits, int digitCount); - - #endif /* URI_PARSE_BASE_H */ |
