Changeset 222 for branches/samba-3.3.x/source/include/proto.h
- Timestamp:
- May 24, 2009, 7:45:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/proto.h
r221 r222 4943 4943 void srv_calculate_sign_mac(char *outbuf); 4944 4944 void srv_defer_sign_response(uint16 mid); 4945 void srv_cancel_sign_response(uint16 mid );4945 void srv_cancel_sign_response(uint16 mid, bool cancel); 4946 4946 void srv_set_signing_negotiated(void); 4947 4947 bool srv_is_signing_active(void); … … 5203 5203 NTSTATUS can_set_delete_on_close(files_struct *fsp, bool delete_on_close, 5204 5204 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);5205 void set_delete_on_close_token(struct share_mode_lock *lck, const UNIX_USER_TOKEN *tok); 5206 void set_delete_on_close_lck(struct share_mode_lock *lck, bool delete_on_close, const UNIX_USER_TOKEN *tok); 5207 bool set_delete_on_close(files_struct *fsp, bool delete_on_close, const UNIX_USER_TOKEN *tok); 5208 5208 bool set_sticky_write_time(struct file_id fileid, struct timespec write_time); 5209 5209 bool set_write_time(struct file_id fileid, struct timespec write_time); … … 8907 8907 files_struct *file_find_di_next(files_struct *start_fsp); 8908 8908 files_struct *file_find_print(void); 8909 bool file_find_subpath(files_struct *dir_fsp); 8909 8910 void file_sync_all(connection_struct *conn); 8910 8911 void file_free(files_struct *fsp);
Note:
See TracChangeset
for help on using the changeset viewer.