mirror of
https://github.com/curl/curl.git
synced 2025-04-06 16:10:34 +08:00
old krb4 fix for strlcat() prototype
This commit is contained in:
parent
ff4f4abe4b
commit
04b20b7ed2
@ -32,4 +32,8 @@ int curl_strnequal(const char *first, const char *second, size_t max);
|
||||
#define strequal(a,b) curl_strequal(a,b)
|
||||
#define strnequal(a,b,c) curl_strnequal(a,b,c)
|
||||
|
||||
#ifndef HAVE_STRLCAT
|
||||
size_t strlcat(char *dst, const char *src, size_t siz);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user