summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/etherboot.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index 9fdda657f..d42517b94 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -212,11 +212,6 @@ extern long rfc1112_sleep_interval P((long base, int exp));
#endif
extern void cleanup P((void));
-/* nfs.c */
-extern void rpc_init(void);
-extern int nfs P((const char *name, int (*)(unsigned char *, unsigned int, unsigned int, int)));
-extern void nfs_umountall P((int));
-
/* proto_slam.c */
extern int url_slam P((const char *name, int (*fnc)(unsigned char *, unsigned int, unsigned int, int)));