X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs.h;h=81febb23ec34cb4b7182dc8f98a3e18594842002;hb=552c766578d37c4d1eb150436da7eeed104f1fe9;hp=e77e1d6974acbf4c55f10c183c591a3e68fcfea3;hpb=5e9910f0f0b2a1c71a08e910e7123efcadef46bf;p=deb_libnfs.git diff --git a/include/libnfs.h b/include/libnfs.h index e77e1d6..81febb2 100644 --- a/include/libnfs.h +++ b/include/libnfs.h @@ -952,3 +952,13 @@ void mount_free_export_list(struct exportnode *exports); //qqq replace later with lseek(cur, 0) off_t nfs_get_current_offset(struct nfsfh *nfsfh); + + + +struct nfs_server_list { + struct nfs_server_list *next; + char *addr; +}; + +struct nfs_server_list *nfs_find_local_servers(void); +void free_nfs_srvr_list(struct nfs_server_list *srv);