diff options
Diffstat (limited to 'loader2/method.h')
-rw-r--r-- | loader2/method.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/loader2/method.h b/loader2/method.h index bd9969a2e..112e725e7 100644 --- a/loader2/method.h +++ b/loader2/method.h @@ -13,13 +13,11 @@ enum { #endif METHOD_HD, METHOD_NFS, - METHOD_FTP, - METHOD_HTTP + METHOD_URL }; struct installMethod { char * name; - char * shortname; int network; enum deviceClass deviceType; /* for pcmcia */ char * (*mountImage)(struct installMethod * method, |