summaryrefslogtreecommitdiff
path: root/lib/getportproto.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getportproto.c')
-rw-r--r--lib/getportproto.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/getportproto.c b/lib/getportproto.c
index 5a247aec6f68f..b431198c953e8 100644
--- a/lib/getportproto.c
+++ b/lib/getportproto.c
@@ -1,17 +1,17 @@
/*
- * Copyright (C) 2002-2005 by Darren Reed.
- *
- * See the IPFILTER.LICENCE file for details on licencing.
- *
- * $Id: getportproto.c,v 1.2.4.4 2006/06/16 17:21:00 darrenr Exp $
- */
+ * Copyright (C) 2012 by Darren Reed.
+ *
+ * See the IPFILTER.LICENCE file for details on licencing.
+ *
+ * $Id$
+ */
#include <ctype.h>
#include "ipf.h"
int getportproto(name, proto)
-char *name;
-int proto;
+ char *name;
+ int proto;
{
struct servent *s;
struct protoent *p;