Changeset 988 for vendor/current/source4/param/share.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/param/share.h
r740 r988 55 55 struct loadparm_context *lp_ctx, 56 56 struct share_context **); 57 c onst char *(*string_option)(struct share_config *, const char *, const char *);57 char *(*string_option)(TALLOC_CTX *, struct share_config *, const char *, const char *); 58 58 int (*int_option)(struct share_config *, const char *, int); 59 59 bool (*bool_option)(struct share_config *, const char *, bool); … … 68 68 struct loadparm_context; 69 69 70 c onst char *share_string_option(struct share_config *scfg, const char *opt_name, const char *defval);70 char *share_string_option(TALLOC_CTX *mem_ctx, struct share_config *scfg, const char *opt_name, const char *defval); 71 71 int share_int_option(struct share_config *scfg, const char *opt_name, int defval); 72 72 bool share_bool_option(struct share_config *scfg, const char *opt_name, bool defval);
Note:
See TracChangeset
for help on using the changeset viewer.