Blame patches/libite_pre.local.patch
|
|
746b7d |
diff -ru libite.orig/src/strlite.h libite/src/strlite.h
|
|
|
746b7d |
--- libite.orig/src/strlite.h 2020-08-09 16:25:29.246999136 +0200
|
|
|
746b7d |
+++ libite/src/strlite.h 2020-08-09 17:25:08.951202692 +0200
|
|
|
746b7d |
@@ -57,12 +57,6 @@
|
|
|
746b7d |
int strnmatch (const char *str, const char **list, size_t num);
|
|
|
746b7d |
int strmatch (const char *str, const char **list);
|
|
|
746b7d |
|
|
|
746b7d |
-#ifndef strlcpy
|
|
|
746b7d |
-size_t strlcpy (char *dst, const char *src, size_t siz);
|
|
|
746b7d |
-#endif
|
|
|
746b7d |
-#ifndef strlcat
|
|
|
746b7d |
-size_t strlcat (char *dst, const char *src, size_t siz);
|
|
|
746b7d |
-#endif
|
|
|
746b7d |
#ifndef strtonum
|
|
|
746b7d |
long long strtonum (const char *numstr, long long minval, long long maxval, const char **errstrp);
|
|
|
746b7d |
#endif
|