aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-06 13:43:12 +0000
committerOmar Polo <op@omarpolo.com>2024-06-06 13:43:12 +0000
commit848189f10a98768b372186de8b9fe013ad49d4e5 (patch)
treee2d451bf4bbc6ac51e0ea98f1ad9cd409f408aa8 /gmid.h
parent1bc73c3bcbd85e2682afca36595ea44a75345e65 (diff)
attempt to deal with the portability fiasco of strnvis(3)
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index 21d793c..4546e3a 100644
--- a/gmid.h
+++ b/gmid.h
@@ -469,5 +469,6 @@ EVP_PKEY *ssl_load_pkey(const uint8_t *, size_t);
struct vhost *new_vhost(void);
struct location *new_location(void);
struct proxy *new_proxy(void);
+int gmid_strnvis(char *, const char *, size_t, int);
#endif