Simply our main loop processing. A lot :-). Correctly use events for all the previous...
[ira/wip.git] / source3 / lib / dummysmbd.c
index dbe886e3d130c776753a41fbd93405621d0a4e52..5c624bdebfb9e86cbe67506e8c8b47ee7ede58d5 100644 (file)
@@ -51,3 +51,18 @@ NTSTATUS can_delete_directory(struct connection_struct *conn,
 {
        return NT_STATUS_OK;
 }
+
+bool change_to_root_user(void)
+{
+       return false;
+}
+
+struct event_context *smbd_event_context(void)
+{
+       return NULL;
+}
+
+struct messaging_context *smbd_messaging_context(void)
+{
+       return NULL;
+}