mirror of https://github.com/ipxe/ipxe.git
nfs prototypes no longer required.
parent
52b3c8babe
commit
d727e144c1
|
@ -212,11 +212,6 @@ extern long rfc1112_sleep_interval P((long base, int exp));
|
||||||
#endif
|
#endif
|
||||||
extern void cleanup P((void));
|
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 */
|
/* proto_slam.c */
|
||||||
extern int url_slam P((const char *name, int (*fnc)(unsigned char *, unsigned int, unsigned int, int)));
|
extern int url_slam P((const char *name, int (*fnc)(unsigned char *, unsigned int, unsigned int, int)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue