diff options
author | stderr64 <linuxwizard@voidnet.dy.fi> | 2024-01-28 23:14:53 +0200 |
---|---|---|
committer | stderr64 <linuxwizard@voidnet.dy.fi> | 2024-01-28 23:14:53 +0200 |
commit | 4d8e92033a32e17b0f5875aa67f0ccc67a212cc7 (patch) | |
tree | daf721d1b40cfe2c181f37009e6c45947a2185b4 /cwebhook.c | |
parent | bee0ea1cf58e1dd7ca9221105ddade3d5b4ddcbe (diff) | |
download | CWebHook-4d8e92033a32e17b0f5875aa67f0ccc67a212cc7.tar.gz CWebHook-4d8e92033a32e17b0f5875aa67f0ccc67a212cc7.tar.zst |
Added string copy function that only copies specified amount of characters
Diffstat (limited to 'cwebhook.c')
-rw-r--r-- | cwebhook.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ #include <openssl/ssl.h> #include <cjson/cJSON.h> #include "structs.h" +#include "str_fns.h" #include "https_server_structs.h" #include "log.h" #include "load_config.h" |