summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/module.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/module.h b/source3/include/module.h
index 52245e01d2..667fac653a 100644
--- a/source3/include/module.h
+++ b/source3/include/module.h
@@ -25,12 +25,4 @@ typedef NTSTATUS (init_module_function) (void);
NTSTATUS init_samba_module(void);
-typedef int smb_event_id_t;
-#define SMB_EVENT_ID_INVALID (-1)
-
-#define SMB_IDLE_EVENT_DEFAULT_INTERVAL 180
-#define SMB_IDLE_EVENT_MIN_INTERVAL 30
-
-typedef void (smb_idle_event_fn)(void **data,time_t *interval,time_t now);
-
#endif /* _MODULE_H */