Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/include/proto.h

    r221 r222  
    49434943void srv_calculate_sign_mac(char *outbuf);
    49444944void srv_defer_sign_response(uint16 mid);
    4945 void srv_cancel_sign_response(uint16 mid);
     4945void srv_cancel_sign_response(uint16 mid, bool cancel);
    49464946void srv_set_signing_negotiated(void);
    49474947bool srv_is_signing_active(void);
     
    52035203NTSTATUS can_set_delete_on_close(files_struct *fsp, bool delete_on_close,
    52045204                                 uint32 dosmode);
    5205 void set_delete_on_close_token(struct share_mode_lock *lck, UNIX_USER_TOKEN *tok);
    5206 void set_delete_on_close_lck(struct share_mode_lock *lck, bool delete_on_close, UNIX_USER_TOKEN *tok);
    5207 bool set_delete_on_close(files_struct *fsp, bool delete_on_close, UNIX_USER_TOKEN *tok);
     5205void set_delete_on_close_token(struct share_mode_lock *lck, const UNIX_USER_TOKEN *tok);
     5206void set_delete_on_close_lck(struct share_mode_lock *lck, bool delete_on_close, const UNIX_USER_TOKEN *tok);
     5207bool set_delete_on_close(files_struct *fsp, bool delete_on_close, const UNIX_USER_TOKEN *tok);
    52085208bool set_sticky_write_time(struct file_id fileid, struct timespec write_time);
    52095209bool set_write_time(struct file_id fileid, struct timespec write_time);
     
    89078907files_struct *file_find_di_next(files_struct *start_fsp);
    89088908files_struct *file_find_print(void);
     8909bool file_find_subpath(files_struct *dir_fsp);
    89098910void file_sync_all(connection_struct *conn);
    89108911void file_free(files_struct *fsp);
Note: See TracChangeset for help on using the changeset viewer.