mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
s3: remove some dead prototypes.
Guenther
This commit is contained in:
parent
7a0b5d6fc5
commit
46e7ab37bf
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user