TODO: more ntfsa header master-ntfsa
authorMichael Adam <obnox@samba.org>
Fri, 24 May 2013 16:02:38 +0000 (18:02 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 24 May 2013 16:02:38 +0000 (18:02 +0200)
source3/ntfsa/ntfsa.h

index 3c715077b60f34de368247d90614d35783b8f86e..50aa06d61a4228f1439e67457dda9e86b766ffe3 100644 (file)
@@ -26,10 +26,20 @@ struct ntfsa_context {
 struct ntfsa_open {
 };
 
-struct ntvsa_ops {
-       NTSTATUS (*create_file_fn)(...);
-       NTSTATUS (*get_df_fn)(...);
-       NTSTATUS (*set_sd_fn)(...);
+struct ntfsa_ops {
+       NTSTATUS connect_fn(...); // send/recv ?
+       NTSTATUS disconnect_fn(...); // send/recv ?
+
+       NTSTATUS (*create_file_send_fn)(...);
+       NTSTATUS (*create_file_recv_fn)(...);
+
+       NTSTATUS (*get_sd_send_fn)(...);
+       NTSTATUS (*get_sd_recv_fn)(...);
+
+       NTSTATUS (*set_sd_send_fn)(...);
+       NTSTATUS (*set_sd_recv_fn)(...);
+
+       // ...
 };
 
 #endif /* __NTFSA_H__ */