From c4ec4f73fed10624c2cb4a9d7f83ba1a5da89128 Mon Sep 17 00:00:00 2001 From: nalin Date: Tue, 19 Nov 2002 00:05:07 +0000 Subject: - Use more compiler warnings if we're using gcc. - Declare external parsers so that everything agrees on their signatures. --- src/protocols.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/protocols.c') diff --git a/src/protocols.c b/src/protocols.c index a7c3074..cdca59f 100644 --- a/src/protocols.c +++ b/src/protocols.c @@ -16,7 +16,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ident "$Id: protocols.c,v 1.2 2002/11/18 22:08:14 nalin Exp $" +#ident "$Id: protocols.c,v 1.3 2002/11/19 00:05:07 nalin Exp $" #include #include @@ -27,6 +27,7 @@ /* Parser. */ #define ENTNAME protoent +#define ENTDATA protoent_data struct protoent_data {}; #define libc_hidden_def(ignored) -- cgit