svn commit: trunk/busybox/networking/udhcp

vodz at busybox.net vodz at busybox.net
Fri Sep 23 10:44:08 UTC 2005


Author: vodz
Date: 2005-09-23 03:44:02 -0700 (Fri, 23 Sep 2005)
New Revision: 11589

Log:
remove 1 exported

Modified:
   trunk/busybox/networking/udhcp/files.c
   trunk/busybox/networking/udhcp/files.h


Changeset:
Modified: trunk/busybox/networking/udhcp/files.c
===================================================================
--- trunk/busybox/networking/udhcp/files.c	2005-09-23 05:33:28 UTC (rev 11588)
+++ trunk/busybox/networking/udhcp/files.c	2005-09-23 10:44:02 UTC (rev 11589)
@@ -105,7 +105,7 @@
 
 
 /* add an option to the opt_list */
-void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length)
+static void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length)
 {
 	struct option_set *existing, *new, **curr;
 

Modified: trunk/busybox/networking/udhcp/files.h
===================================================================
--- trunk/busybox/networking/udhcp/files.h	2005-09-23 05:33:28 UTC (rev 11588)
+++ trunk/busybox/networking/udhcp/files.h	2005-09-23 10:44:02 UTC (rev 11589)
@@ -15,6 +15,5 @@
 void read_leases(const char *file);
 
 struct option_set *find_option(struct option_set *opt_list, char code);
-void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length);
 
 #endif




More information about the busybox-cvs mailing list