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:46 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 11:53:46 +0200
commit5177d88bf591522d1b934e24221e16e02cd1592b (patch)
tree1d8458cb6627ccfc673f791c5f0db45f9c06f7e0 /src/UriParseBase.h
parenta1dac799b819ba356a2faff3a98d7f5f076c24b6 (diff)
parentc3dce46c5f7cad6bc3cc91cc2c711ac089f25923 (diff)
Update upstream source from tag 'upstream/1.0.1+dfsg'
Update to upstream version '1.0.1+dfsg' with Debian dir 3248cd7c10aca9ce2c693401e326390414aefe62
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 */