blob: 3bf1f0d52a99f85ec4197600478fbd2286ba3f83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff -ru libite.orig/src/strlite.h libite/src/strlite.h
--- libite.orig/src/strlite.h 2020-08-09 16:25:29.246999136 +0200
+++ libite/src/strlite.h 2020-08-09 17:25:08.951202692 +0200
@@ -57,12 +57,6 @@
int strnmatch (const char *str, const char **list, size_t num);
int strmatch (const char *str, const char **list);
-#ifndef strlcpy
-size_t strlcpy (char *dst, const char *src, size_t siz);
-#endif
-#ifndef strlcat
-size_t strlcat (char *dst, const char *src, size_t siz);
-#endif
#ifndef strtonum
long long strtonum (const char *numstr, long long minval, long long maxval, const char **errstrp);
#endif
|