remove 1 exported
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Fri, 23 Sep 2005 10:44:02 +0000 (10:44 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Fri, 23 Sep 2005 10:44:02 +0000 (10:44 -0000)
networking/udhcp/files.c
networking/udhcp/files.h

index 33cd25affe5cb6ff7f96d608cb92bc16cd5f5cca..40e68a0a85f2c0b4b293f98fe71d2c7753eb89ba 100644 (file)
@@ -105,7 +105,7 @@ struct option_set *find_option(struct option_set *opt_list, char code)
 
 
 /* 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;
 
index 4af61b005d1f09bdb3d8325060a319d118a3b124..03acee2fcb41b9d2f28267546e41ec7f25c7b1bf 100644 (file)
@@ -15,6 +15,5 @@ void write_leases(void);
 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