Add mkdir2() to the symbols we export for win32/64

and will at some point restrict export to for .so libraries as well.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2017-05-08 20:54:36 -07:00
parent 2589086ce5
commit 15c7b4c33a
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Changes since 1.11.0
Add a new mkdir2 command that also takes a mode argument.
Add support for RPC timeouts for the async interface.
Fix NULL pointer read in nfs_link()

View File

@ -41,6 +41,8 @@ nfs_lseek
nfs_lseek_async
nfs_mkdir
nfs_mkdir_async
nfs_mkdir2
nfs_mkdir2_async
nfs_mknod
nfs_mknod_async
nfs_mount