Changeset 860 for vendor/current/source3/include/proto.h
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/proto.h
r746 r860 1847 1847 struct sessionid; 1848 1848 bool sessionid_init(void); 1849 bool sessionid_init_readonly(void); 1849 1850 struct db_record *sessionid_fetch_record(TALLOC_CTX *mem_ctx, const char *key); 1850 1851 int sessionid_traverse(int (*fn)(struct db_record *rec, const char *key, … … 1971 1972 void send_stat_cache_delete_message(struct messaging_context *msg_ctx, 1972 1973 const char *name); 1973 NTSTATUS can_delete_directory(struct connection_struct *conn, 1974 const char *dirname); 1974 NTSTATUS can_delete_directory_fsp(files_struct *fsp); 1975 1975 bool change_to_root_user(void); 1976 1976 struct event_context *smbd_event_context(void);
Note:
See TracChangeset
for help on using the changeset viewer.