mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05: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…
Reference in New Issue
Block a user