diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-05-01 15:07:55 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-05-01 15:07:55 +0000 |
commit | d727e144c155040b628e757a8881a64f3d320d21 (patch) | |
tree | cc493534d442829183fb61f0567ec885b2d1b9f1 /src/include/etherboot.h | |
parent | 52b3c8babe9b277b8a0485973bae3a96b42129a9 (diff) | |
download | ipxe-d727e144c155040b628e757a8881a64f3d320d21.tar.gz |
nfs prototypes no longer required.
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r-- | src/include/etherboot.h | 5 |
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))); |