summaryrefslogtreecommitdiff
path: root/cwebhook.c
diff options
context:
space:
mode:
authorstderr64 <linuxwizard@voidnet.dy.fi>2024-01-28 23:14:53 +0200
committerstderr64 <linuxwizard@voidnet.dy.fi>2024-01-28 23:14:53 +0200
commit4d8e92033a32e17b0f5875aa67f0ccc67a212cc7 (patch)
treedaf721d1b40cfe2c181f37009e6c45947a2185b4 /cwebhook.c
parentbee0ea1cf58e1dd7ca9221105ddade3d5b4ddcbe (diff)
downloadCWebHook-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cwebhook.c b/cwebhook.c
index 5dd6126..1e22d23 100644
--- a/cwebhook.c
+++ b/cwebhook.c
@@ -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"