Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/smbd/proto.h

    r751 r862  
    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.