diff options
author | Günther Deschner <gd@samba.org> | 2009-05-28 16:08:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-29 13:49:58 +0200 |
commit | bff54b90c353920ba058cc53a6cc0464f0939424 (patch) | |
tree | c23115864d639816bb09b0a32c890c9ada77cfe9 /source3/include | |
parent | 12496ea5aba3a53691ca74f12192f489d7831592 (diff) | |
download | samba-bff54b90c353920ba058cc53a6cc0464f0939424.tar.gz samba-bff54b90c353920ba058cc53a6cc0464f0939424.tar.bz2 samba-bff54b90c353920ba058cc53a6cc0464f0939424.zip |
util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4713bd713a..7d297f6c32 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1088,8 +1088,6 @@ struct user_auth_info *get_cmdline_auth_info_copy(TALLOC_CTX *mem_ctx, const struct user_auth_info *info); bool set_cmdline_auth_info_machine_account_creds(struct user_auth_info *auth_info); void set_cmdline_auth_info_getpass(struct user_auth_info *auth_info); -bool add_gid_to_array_unique(TALLOC_CTX *mem_ctx, gid_t gid, - gid_t **gids, size_t *num_gids); bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf); bool socket_exist(const char *fname); bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st); |