Changeset 746 for vendor/current/source3/include/proto.h
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified vendor/current/source3/include/proto.h ¶
r740 r746 706 706 int timeval_to_msec(struct timeval t); 707 707 char *valid_share_pathname(TALLOC_CTX *ctx, const char *dos_pathname); 708 bool is_executable(const char *fname); 709 bool map_open_params_to_ntcreate(const char *smb_base_fname, 710 int deny_mode, int open_func, 711 uint32 *paccess_mask, 712 uint32 *pshare_mode, 713 uint32 *pcreate_disposition, 714 uint32 *pcreate_options, 715 uint32_t *pprivate_flags); 708 716 709 717 /* The following definitions come from lib/util_cmdline.c */ … … 802 810 struct dom_sid **user_sids, 803 811 uint32_t *num_user_sids, 804 bool include_user_group_rid, 805 bool skip_ressource_groups); 812 bool include_user_group_rid); 806 813 807 814 /* The following definitions come from lib/util_sock.c */ … … 1331 1338 1332 1339 char *lp_smb_ports(void); 1333 c har *lp_dos_charset(void);1334 c har *lp_unix_charset(void);1335 c har *lp_display_charset(void);1340 const char *lp_dos_charset(void); 1341 const char *lp_unix_charset(void); 1342 const char *lp_display_charset(void); 1336 1343 char *lp_logfile(void); 1337 1344 char *lp_configfile(void); … … 1629 1636 bool lp_onlyuser(int ); 1630 1637 bool lp_manglednames(const struct share_params *p ); 1638 bool lp_allow_insecure_widelinks(void); 1631 1639 bool lp_widelinks(int ); 1632 1640 bool lp_symlinks(int );
Note:
See TracChangeset
for help on using the changeset viewer.