Browse Source

nfs prototypes no longer required.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
d727e144c1
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/include/etherboot.h

+ 0
- 5
src/include/etherboot.h View File

@@ -212,11 +212,6 @@ extern long rfc1112_sleep_interval P((long base, int exp));
212 212
 #endif
213 213
 extern void cleanup P((void));
214 214
 
215
-/* nfs.c */
216
-extern void rpc_init(void);
217
-extern int nfs P((const char *name, int (*)(unsigned char *, unsigned int, unsigned int, int)));
218
-extern void nfs_umountall P((int));
219
-
220 215
 /* proto_slam.c */
221 216
 extern int url_slam P((const char *name, int (*fnc)(unsigned char *, unsigned int, unsigned int, int)));
222 217
 

Loading…
Cancel
Save