changeset 850:12e7fcbc1b21

Fix previous commit
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 21 Oct 2012 17:15:22 +0200
parents d7f940afd933
children 536e8d11edee
files include/freeDiameter/libfdproto.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/freeDiameter/libfdproto.h	Sun Oct 21 17:12:13 2012 +0200
+++ b/include/freeDiameter/libfdproto.h	Sun Oct 21 17:15:22 2012 +0200
@@ -612,7 +612,7 @@
 #endif /* HAVE_CLOCK_GETTIME */
 
 #ifndef HAVE_STRNDUP
-char * strndup (char const *s, size_t n);
+char * strndup (char *str, size_t len);
 #endif /* HAVE_STRNDUP */
 
 
"Welcome to our mercurial repository"