X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs.h;h=93f8c3c06c1acf8c43625dcee7c52decdbf0dd19;hb=2e4fb8e647c28a8c732a45453e3b3e2ae256bf2b;hp=8defc101acf3a7f6a676e2508cfac27cdcc3aa09;hpb=17ef62fad77b6fa5682dbb5a33ff5a608274dce4;p=deb_libnfs.git diff --git a/include/libnfs.h b/include/libnfs.h index 8defc10..93f8c3c 100644 --- a/include/libnfs.h +++ b/include/libnfs.h @@ -93,14 +93,14 @@ size_t nfs_get_writemax(struct nfs_context *nfs); * -errno : An error occured. * data is the error string. */ -int nfs_mount_async(struct nfs_context *nfs, const char *server, const char *export, nfs_cb cb, void *private_data); +int nfs_mount_async(struct nfs_context *nfs, const char *server, const char *exportname, nfs_cb cb, void *private_data); /* * Sync nfs mount. * Function returns * 0 : The operation was successfull. * -errno : The command failed. */ -int nfs_mount_sync(struct nfs_context *nfs, const char *server, const char *export); +int nfs_mount_sync(struct nfs_context *nfs, const char *server, const char *exportname);