X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=support%2Finclude%2Fnfslib.h;h=95c3fe707154eae7aa8300c7b3a692c2a71e86d7;hb=475135e4bb90212385f19c8aac8b39bd123f0a2f;hp=57c703ca9565af521df5bfd128304e4ee14379db;hpb=40c87b1d669a34447824a81e24f9bb38417d702d;p=nfs-utils.git diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 57c703c..95c3fe7 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -85,7 +85,7 @@ struct rmtabent { * configuration file parsing */ void setexportent(char *fname, char *type); -struct exportent * getexportent(int); +struct exportent * getexportent(int,int); void putexportent(struct exportent *xep); void endexportent(void); struct exportent * mkexportent(char *hname, char *path, char *opts); @@ -125,4 +125,7 @@ struct nfs_fh_len * getfh_size(struct sockaddr *addr, const char *, int size); /* lockd. */ int lockdsvc(); +int svctcp_socket (u_long __number, int __reuse); +int svcudp_socket (u_long __number, int __reuse); + #endif /* NFSLIB_H */