diff options
| author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2026-05-08 11:53:46 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2026-05-08 11:53:46 +0200 |
| commit | 5177d88bf591522d1b934e24221e16e02cd1592b (patch) | |
| tree | 1d8458cb6627ccfc673f791c5f0db45f9c06f7e0 /src/UriNormalizeBase.h | |
| parent | a1dac799b819ba356a2faff3a98d7f5f076c24b6 (diff) | |
| parent | c3dce46c5f7cad6bc3cc91cc2c711ac089f25923 (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/UriNormalizeBase.h')
| -rw-r--r-- | src/UriNormalizeBase.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/UriNormalizeBase.h b/src/UriNormalizeBase.h index 8651c86..3ff4911 100644 --- a/src/UriNormalizeBase.h +++ b/src/UriNormalizeBase.h @@ -38,16 +38,10 @@ */ #ifndef URI_NORMALIZE_BASE_H -#define URI_NORMALIZE_BASE_H 1 - - - -#include <uriparser/UriBase.h> - +# define URI_NORMALIZE_BASE_H 1 +# include <uriparser/UriBase.h> UriBool uriIsUnreserved(int code); - - #endif /* URI_NORMALIZE_BASE_H */ |
