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, 0 insertions, 2 deletions
diff --git a/src/common/strlutil.h b/src/common/strlutil.h
deleted file mode 100644
index 968aab53..00000000
--- a/src/common/strlutil.h
+++ /dev/null
@@ -1,2 +0,0 @@
-size_t strlcat(char *dst, const char *src, size_t siz);
-size_t strlcpy(char *dst, const char *src, size_t siz);