diff options
Diffstat (limited to 'loader2/urlinstall.c')
-rw-r--r-- | loader2/urlinstall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c index 3e338aa43..b2b743763 100644 --- a/loader2/urlinstall.c +++ b/loader2/urlinstall.c @@ -144,6 +144,7 @@ static char * getLoginName(char * login, struct iurlinfo ui) { char * mountUrlImage(struct installMethod * method, char * location, struct knownDevices * kd, + struct loaderData_s * loaderData, moduleInfoSet modInfo, moduleList modLoaded, moduleDeps * modDeps, int flags) { int rc; |