s3: remove some dead prototypes.
authorGünther Deschner <gd@samba.org>
Thu, 13 Oct 2011 12:37:47 +0000 (14:37 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 14 Oct 2011 10:07:23 +0000 (12:07 +0200)
Guenther

source3/include/includes.h
source3/smbd/proto.h

index 786fb4e574a1f79f5a0a4e9eeb85e60d1bd83934..a6d2da09a5d5198d502d76b21985a3c93876b38b 100644 (file)
@@ -644,7 +644,6 @@ char *talloc_asprintf_strupper_m(TALLOC_CTX *t, const char *fmt, ...) PRINTF_ATT
 void dump_core(void) _NORETURN_;
 void exit_server(const char *const reason) _NORETURN_;
 void exit_server_cleanly(const char *const reason) _NORETURN_;
-void exit_server_fault(void) _NORETURN_;
 
 /* samba3 doesn't use uwrap yet */
 #define uwrap_enabled() 0
index b3183d778dbbe6ccafdc794c0ab59fd77a1f3f6f..e2b02ecef4cb6f41473ccd85a0fa2269192d6788 100644 (file)
@@ -965,7 +965,6 @@ void init_sec_ctx(void);
 
 /* The following definitions come from smbd/server.c  */
 
-struct event_context *smbd_event_context(void);
 struct messaging_context *smbd_messaging_context(void);
 struct memcache *smbd_memcache(void);
 void delete_and_reload_printers(struct tevent_context *ev,
@@ -974,7 +973,6 @@ bool reload_services(struct messaging_context *msg_ctx, int smb_sock,
                     bool test);
 void exit_server(const char *const explanation);
 void exit_server_cleanly(const char *const explanation);
-void exit_server_fault(void);
 NTSTATUS messaging_send_to_children(struct messaging_context *msg_ctx,
                                    uint32_t msg_type, DATA_BLOB* data);