s3:lib: add per_thread_cwd_{check,supported,disable,activate}() helper functions
[samba.git] / source3 / include / proto.h
index 81065c893bb881d8a6611efd58e76d044897b2db..715bc56e2861ab42db299316c200c19dcd36ca0f 100644 (file)
@@ -1008,4 +1008,11 @@ void contend_level2_oplocks_begin(files_struct *fsp,
 void contend_level2_oplocks_end(files_struct *fsp,
                                enum level2_contention_type type);
 
+/* The following definitions come from lib/per_thread_cwd.c */
+
+void per_thread_cwd_check(void);
+bool per_thread_cwd_supported(void);
+void per_thread_cwd_disable(void);
+void per_thread_cwd_activate(void);
+
 #endif /*  _PROTO_H_  */