summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-10-13 14:37:47 +0200
committerGünther Deschner <gd@samba.org>2011-10-14 12:07:23 +0200
commit46e7ab37bff3984757bed63e97152a76b81e7ed9 (patch)
tree8711abb943b57eb4ed93bce24ba7e6704bb88ff5 /source3
parent7a0b5d6fc51d5d212529e82e5ed8e21516bfbe27 (diff)
downloadsamba-46e7ab37bff3984757bed63e97152a76b81e7ed9.tar.gz
samba-46e7ab37bff3984757bed63e97152a76b81e7ed9.tar.bz2
samba-46e7ab37bff3984757bed63e97152a76b81e7ed9.zip
s3: remove some dead prototypes.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h1
-rw-r--r--source3/smbd/proto.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 786fb4e574..a6d2da09a5 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -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
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index b3183d778d..e2b02ecef4 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -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);