From a6d93b253994c20839ced649eaa5f7fa6606a86f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 13 Feb 2001 21:29:45 +0000 Subject: write down Magic Callback (tm) for static ip stuff --- mdk-stage1/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.h') diff --git a/mdk-stage1/network.h b/mdk-stage1/network.h index 8d6b2bb17..b832ea906 100644 --- a/mdk-stage1/network.h +++ b/mdk-stage1/network.h @@ -45,7 +45,7 @@ struct interface_info { /* these are to be used only by dhcp.c */ -void guess_netmask(struct interface_info * intf); +char * guess_netmask(char * ip_addr); int configure_net_device(struct interface_info * intf); extern char * hostname; -- cgit v1.2.1