Ignore:
Timestamp:
May 12, 2014, 8:58:38 PM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.6: updated vendor to latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/proto.h

    r746 r860  
    770770/* The following definitions come from smbd/process.c  */
    771771
    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);
    775772bool srv_send_smb(struct smbd_server_connection *sconn, char *buffer,
    776773                  bool no_signing, uint32_t seqnum,
     
    981978void reload_printers(struct tevent_context *ev,
    982979                     struct messaging_context *msg_ctx);
     980void reload_printers_full(struct tevent_context *ev,
     981                          struct messaging_context *msg_ctx);
    983982bool reload_services(struct messaging_context *msg_ctx, int smb_sock,
    984983                     bool test);
    985 void reload_pcap_change_notify(struct tevent_context *ev,
    986                                struct messaging_context *msg_ctx);
    987984void exit_server(const char *const explanation);
    988985void exit_server_cleanly(const char *const explanation);
Note: See TracChangeset for help on using the changeset viewer.