summary refs log tree commit diff stats
path: root/src/common/strlutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/strlutil.h')
-rw-r--r--src/common/strlutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/strlutil.h b/src/common/strlutil.h
new file mode 100644
index 00000000..968aab53
--- /dev/null
+++ b/src/common/strlutil.h
@@ -0,0 +1,2 @@
+size_t strlcat(char *dst, const char *src, size_t siz);
+size_t strlcpy(char *dst, const char *src, size_t siz);