From d0b809aa7421d0b6c265084a51cbf9fdc9159b8b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 13 Oct 1998 07:03:37 +0000 Subject: Squelch a number of "-Wall" errors by: 1) renaming "snprintf.h" to "snprintf-imp.h" (it contains stuff used by the "snprintf()" *implementation*, but not stuff it *exports*); 2) creating a new "snprintf.h" to declare "vsnprintf()" and "snprintf()"; 3) removing an unused variable; 4) fixing a call to "add_item_to_tree()" to handle the possibility of "ntohl()" returning a "long" rather than an "int". svn path=/trunk/; revision=47 --- snprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'snprintf.c') diff --git a/snprintf.c b/snprintf.c index f131ca4dfb..64ade9d517 100644 --- a/snprintf.c +++ b/snprintf.c @@ -44,6 +44,7 @@ # include #endif +#include "snprintf-imp.h" #include "snprintf.h" /* -- cgit v1.2.1