X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfslib.h;h=c41f92ebcdfbb3c384776ce704725744aae1b279;hp=5112b914d43f5b46bf44a135611de144648a8f2e;hb=d38ea02d0e4bcdc4e0114567028596f7bcba45b9;hpb=1275be70ca6cd6c4bec07a3381f7b510086c5526 diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 5112b91..c41f92e 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -73,6 +73,7 @@ struct exportent { int * e_sqgids; int e_nsqgids; int e_fsid; + char * e_mountpoint; }; struct rmtabent { @@ -129,6 +130,7 @@ void 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); +void cache_flush(int force); int check_new_cache(void); /* lockd. */