summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-08-05 07:17:23 +0000
committerstefanf <stefanf@FreeBSD.org>2005-08-05 07:17:23 +0000
commitd56cff8c3bfe30895bfe8d5e650e264f571ee142 (patch)
treea6a65a54c5ee6cc80c455cf4aed754675fef8f00 /usr.sbin/IPXrouted
parent33360c772d56a96f847411271c761ef78b6b130e (diff)
downloadFreeBSD-src-d56cff8c3bfe30895bfe8d5e650e264f571ee142.zip
FreeBSD-src-d56cff8c3bfe30895bfe8d5e650e264f571ee142.tar.gz
Declare iftraceinit() at file scope.
Diffstat (limited to 'usr.sbin/IPXrouted')
-rw-r--r--usr.sbin/IPXrouted/trace.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/IPXrouted/trace.c b/usr.sbin/IPXrouted/trace.c
index 47a576d..f1f86fa 100644
--- a/usr.sbin/IPXrouted/trace.c
+++ b/usr.sbin/IPXrouted/trace.c
@@ -66,13 +66,12 @@ int tracing = 0;
void dumpif(FILE *fd, struct interface *ifp);
void dumptrace(FILE *fd, char *dir, struct ifdebug *ifd);
+static int iftraceinit(struct interface *ifp, struct ifdebug *ifd);
void
traceinit(ifp)
register struct interface *ifp;
{
- static int iftraceinit();
-
if (iftraceinit(ifp, &ifp->int_input) &&
iftraceinit(ifp, &ifp->int_output))
return;
OpenPOWER on IntegriCloud