summaryrefslogtreecommitdiffstats
path: root/source/lib/dummysmbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/dummysmbd.c')
-rw-r--r--source/lib/dummysmbd.c20
1 files changed, 15 insertions, 5 deletions
diff --git a/source/lib/dummysmbd.c b/source/lib/dummysmbd.c
index 9b587224e3e..a291a5884d9 100644
--- a/source/lib/dummysmbd.c
+++ b/source/lib/dummysmbd.c
@@ -24,11 +24,6 @@
#include "includes.h"
-void decrement_smbd_process_count( void )
-{
- return;
-}
-
int find_service(fstring service)
{
return -1;
@@ -38,3 +33,18 @@ BOOL conn_snum_used(int snum)
{
return False;
}
+
+void cancel_pending_lock_requests_by_fid(files_struct *fsp, struct byte_range_lock *br_lck)
+{
+}
+
+void send_stat_cache_delete_message(const char *name)
+{
+}
+
+NTSTATUS can_delete_directory(struct connection_struct *conn,
+ const char *dirname)
+{
+ return NT_STATUS_OK;
+}
+