Changeset 860 for vendor/current/source3/smbd/proto.h
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/proto.h
r746 r860 770 770 /* The following definitions come from smbd/process.c */ 771 771 772 void smbd_setup_sig_term_handler(void);773 void smbd_setup_sig_hup_handler(struct tevent_context *ev,774 struct messaging_context *msg_ctx);775 772 bool srv_send_smb(struct smbd_server_connection *sconn, char *buffer, 776 773 bool no_signing, uint32_t seqnum, … … 981 978 void reload_printers(struct tevent_context *ev, 982 979 struct messaging_context *msg_ctx); 980 void reload_printers_full(struct tevent_context *ev, 981 struct messaging_context *msg_ctx); 983 982 bool reload_services(struct messaging_context *msg_ctx, int smb_sock, 984 983 bool test); 985 void reload_pcap_change_notify(struct tevent_context *ev,986 struct messaging_context *msg_ctx);987 984 void exit_server(const char *const explanation); 988 985 void exit_server_cleanly(const char *const explanation);
Note:
See TracChangeset
for help on using the changeset viewer.