Plumb SMB2 stubs into all the places we defer SMB1 operations.
[samba.git] / source3 / include / smb.h
index 48ab2f22833f64b03aae13bcfc573fc1da85f178..853ced0aa60c7828f8bf5cb8d97213aa88979e95 100644 (file)
@@ -1978,4 +1978,7 @@ struct child_pid {
        pid_t pid;
 };
 
+/* Used to keep track of deferred opens. */
+struct deferred_open_record;
+
 #endif /* _SMB_H */