summaryrefslogtreecommitdiff
path: root/src/string_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_func.h')
-rw-r--r--src/string_func.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/string_func.h b/src/string_func.h
index d7056f1be..df9062cef 100644
--- a/src/string_func.h
+++ b/src/string_func.h
@@ -29,9 +29,6 @@
#include "core/bitmath_func.hpp"
#include "string_type.h"
-void ttd_strlcat(char *dst, const char *src, size_t size);
-void ttd_strlcpy(char *dst, const char *src, size_t size);
-
char *strecat(char *dst, const char *src, const char *last);
char *strecpy(char *dst, const char *src, const char *last);