X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfslib.h;h=c0850291222fa64a45273cf83600aa05ad943bdd;hp=3e25761cef700c70e4f16700e38fb617ee013bea;hb=5fb04a376e6d5ba940e66507e4a615f4e94116e6;hpb=49b164d978ee6266df7ba0bd335cb34337e7c381 diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 3e25761..c085029 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -80,6 +80,9 @@ struct exportent { int e_nsqgids; int e_fsid; char * e_mountpoint; + int e_fslocmethod; + char * e_fslocdata; + char * e_uuid; }; struct rmtabent { @@ -132,7 +135,7 @@ struct nfs_fh_len * getfh_size(struct sockaddr *addr, const char *, int size); void qword_print(FILE *f, char *str); void qword_printhex(FILE *f, char *str, int slen); void qword_printint(FILE *f, int num); -void qword_eol(FILE *f); +int qword_eol(FILE *f); int readline(int fd, char **buf, int *lenp); int qword_get(char **bpp, char *dest, int bufsize); int qword_get_int(char **bpp, int *anint);