svn commit: trunk/busybox/networking
vapier at busybox.net
vapier at busybox.net
Thu May 11 02:35:59 UTC 2006
Author: vapier
Date: 2006-05-10 19:35:55 -0700 (Wed, 10 May 2006)
New Revision: 15061
Log:
fix no previous prototype warning
Modified:
trunk/busybox/networking/interface.c
Changeset:
Modified: trunk/busybox/networking/interface.c
===================================================================
--- trunk/busybox/networking/interface.c 2006-05-11 02:31:45 UTC (rev 15060)
+++ trunk/busybox/networking/interface.c 2006-05-11 02:35:55 UTC (rev 15061)
@@ -1729,6 +1729,7 @@
return res;
}
+int display_interfaces(char *ifname);
int display_interfaces(char *ifname)
{
int status;
More information about the busybox-cvs
mailing list