diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-06 13:43:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-06 13:43:12 +0000 |
commit | 848189f10a98768b372186de8b9fe013ad49d4e5 (patch) | |
tree | e2d451bf4bbc6ac51e0ea98f1ad9cd409f408aa8 /gmid.h | |
parent | 1bc73c3bcbd85e2682afca36595ea44a75345e65 (diff) |
attempt to deal with the portability fiasco of strnvis(3)
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |