diff options
Diffstat (limited to 'loader/net.h')
-rw-r--r-- | loader/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/net.h b/loader/net.h index 337aa71c2..0f078bac1 100644 --- a/loader/net.h +++ b/loader/net.h @@ -16,7 +16,7 @@ int findHostAndDomain(struct networkDeviceConfig * dev, int flags); int writeResolvConf(struct networkDeviceConfig * net); #ifndef __STANDALONE__ int nfsGetSetup(char ** hostptr, char ** dirptr); -int kickstartNetwork(char * device, struct networkDeviceConfig * netDev, +int kickstartNetwork(char ** devicePtr, struct networkDeviceConfig * netDev, char * bootProto, int flags); void initLoopback(void); #endif |