summaryrefslogtreecommitdiff
path: root/src/UriParseBase.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 11:53:45 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 11:53:45 +0200
commitc3dce46c5f7cad6bc3cc91cc2c711ac089f25923 (patch)
treeabaac2b003b368aa5bde30a5b898a3f51e85db43 /src/UriParseBase.h
parentbc983f30186f3c204b1daea57b0057f93b74dde1 (diff)
New upstream version 1.0.1+dfsgupstream/1.0.1+dfsgupstream
Diffstat (limited to 'src/UriParseBase.h')
-rw-r--r--src/UriParseBase.h12
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 */