Browse Source

nfs prototypes no longer required.

tags/v0.9.3
Michael Brown 20 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
 #endif
212
 #endif
213
 extern void cleanup P((void));
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
 /* proto_slam.c */
215
 /* proto_slam.c */
221
 extern int url_slam P((const char *name, int (*fnc)(unsigned char *, unsigned int, unsigned int, int)));
216
 extern int url_slam P((const char *name, int (*fnc)(unsigned char *, unsigned int, unsigned int, int)));
222
 
217
 

Loading…
Cancel
Save