]> granicus.if.org Git - graphviz/commitdiff
use size_t in strncasecmp
authorellson <devnull@localhost>
Wed, 20 Jul 2005 03:33:10 +0000 (03:33 +0000)
committerellson <devnull@localhost>
Wed, 20 Jul 2005 03:33:10 +0000 (03:33 +0000)
lib/common/utils.h

index d28b706e61b2761a878c52747b30877f49fe6927..dcc3249512556cad74ce9ffa83a5f1e66e983735 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
     extern int strcasecmp(const char *s1, const char *s2);
 #endif
 #ifndef HAVE_STRNCASECMP
-    extern int strncasecmp(const char *s1, const char *s2, unsigned int n);
+    extern int strncasecmp(const char *s1, const char *s2, size_t n);
 #endif
 
     extern void *zmalloc(size_t);