summaryrefslogtreecommitdiffstats
path: root/sbin/atm/ilmid
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-10-10 00:32:55 +0000
committeralfred <alfred@FreeBSD.org>2002-10-10 00:32:55 +0000
commit48fe919d3ecd865708d90eafef25d61f416605f5 (patch)
tree6e1ab318782617c5c6f29e02c65199e157b74a21 /sbin/atm/ilmid
parentf1296e08750437839d97322ccc1f113048386fe3 (diff)
downloadFreeBSD-src-48fe919d3ecd865708d90eafef25d61f416605f5.zip
FreeBSD-src-48fe919d3ecd865708d90eafef25d61f416605f5.tar.gz
de-__P()
Diffstat (limited to 'sbin/atm/ilmid')
-rw-r--r--sbin/atm/ilmid/ilmid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c
index 2a194c0..40b7771 100644
--- a/sbin/atm/ilmid/ilmid.c
+++ b/sbin/atm/ilmid/ilmid.c
@@ -335,9 +335,9 @@ char hostname[80];
#define LOG_FILE "/var/log/ilmid"
FILE *Log; /* File descriptor for log messages */
-void set_reqid __P ( ( u_char *, int ) );
-void Increment_DL __P ( ( int ) );
-void Decrement_DL __P ( ( int ) );
+void set_reqid( u_char *, int );
+void Increment_DL( int );
+void Decrement_DL( int );
static char *Months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
OpenPOWER on IntegriCloud