Changeset 599 for trunk/server/source3/include/proto.h
- Timestamp:
- Jul 6, 2011, 8:21:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/include/proto.h
r596 r599 1180 1180 const char *tab_depth(int level, int depth); 1181 1181 int str_checksum(const char *s); 1182 unsigned int jenkins_hash(TDB_DATA *key); 1182 1183 void zero_free(void *p, size_t size); 1183 1184 int set_maxfiles(int requested_max); … … 4080 4081 bool lp_use_spnego(void); 4081 4082 bool lp_client_use_spnego(void); 4083 bool lp_client_use_spnego_principal(void); 4082 4084 bool lp_hostname_lookups(void); 4083 4085 bool lp_change_notify(const struct share_params *p ); … … 4898 4900 bool pcap_cache_loaded(void); 4899 4901 void pcap_cache_replace(const struct pcap_cache *cache); 4900 void pcap_cache_reload(void );4902 void pcap_cache_reload(void (*post_cache_fill_fn)(void)); 4901 4903 bool pcap_printername_ok(const char *printername); 4902 4904 void pcap_printer_fn_specific(const struct pcap_cache *, void (*fn)(const char *, const char *, void *), void *); … … 4909 4911 /* The following definitions come from printing/print_cups.c */ 4910 4912 4911 bool cups_cache_reload(void );4913 bool cups_cache_reload(void (*post_cache_fill_fn)(void)); 4912 4914 bool cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2 *printer); 4913 4915 … … 6752 6754 bool directory_ace); 6753 6755 NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, uint32 security_info_sent, const SEC_DESC *psd); 6756 bool current_user_in_group(gid_t gid); 6754 6757 SMB_ACL_T free_empty_sys_acl(connection_struct *conn, SMB_ACL_T the_acl); 6755 6758 NTSTATUS posix_fget_nt_acl(struct files_struct *fsp, uint32_t security_info,
Note:
See TracChangeset
for help on using the changeset viewer.