r12838: make the ntvfs function public
[samba.git] / source4 / ntvfs / ntvfs_util.c
index ad31865425f37b74bdbc4b2a242b378776ca1d18..861f266271b7d7f72bd92a6f1c06b86162194423 100644 (file)
 #include "ntvfs/ntvfs.h"
 
 
-NTSTATUS ntvfs_async_state_push(struct smbsrv_request *req,
-                               void *private_data,
-                               void (*send_fn)(struct smbsrv_request *),
-                               struct ntvfs_module_context *ntvfs)
+_PUBLIC_ NTSTATUS ntvfs_async_state_push(struct smbsrv_request *req,
+                                        void *private_data,
+                                        void (*send_fn)(struct smbsrv_request *),
+                                        struct ntvfs_module_context *ntvfs)
 {
        struct ntvfs_async_state *async;
 
@@ -51,7 +51,7 @@ NTSTATUS ntvfs_async_state_push(struct smbsrv_request *req,
        return NT_STATUS_OK;
 }
 
-void ntvfs_async_state_pop(struct smbsrv_request *req)
+_PUBLIC_ void ntvfs_async_state_pop(struct smbsrv_request *req)
 {
        struct ntvfs_async_state *async;