X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/d5c0d8c9374623620844d539d4810da63e9abca1..d8710e24c47bf5d7c3dc3a77127d08e4568dc335:/src/OS/os.h-SunOS5 diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index dfbd8f1af..f51b009ef 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -48,4 +48,6 @@ a buffer */ # define MAX(a,b) (((a)>(b))?(a):(b)) #endif +extern char * strndup(const char *, size_t); + /* End */