http://git.etherboot.org
/
people
/
lynusvaz
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
52b3c8b
)
nfs prototypes no longer required.
author
Michael Brown
<mcb30@etherboot.org>
Sun, 1 May 2005 15:07:55 +0000
(15:07 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 1 May 2005 15:07:55 +0000
(15:07 +0000)
src/include/etherboot.h
patch
|
blob
|
history
diff --git
a/src/include/etherboot.h
b/src/include/etherboot.h
index
9fdda65
..
d42517b
100644
(file)
--- 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)));