diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-05-26 11:11:08 +1000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-05-28 18:08:28 +0200 |
commit | d266f8fdf17e5583d419c2b4bd9daf30acebfd6b (patch) | |
tree | 2df42ca769a29f5d8bdc79aa0b1763511967c475 /source3/include/proto.h | |
parent | 539ef13bfe950c7c512a4bdafd9a846c04ba5be4 (diff) | |
download | samba-d266f8fdf17e5583d419c2b4bd9daf30acebfd6b.tar.gz samba-d266f8fdf17e5583d419c2b4bd9daf30acebfd6b.tar.bz2 samba-d266f8fdf17e5583d419c2b4bd9daf30acebfd6b.zip |
s3:lib s3:lib move get_global_sam_name to util_names.c
This doesn't really belong in util_sid.c, and has much more in common
with the other functions in util_names.c
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 934697eda4..b018a452cc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1131,6 +1131,7 @@ bool set_global_myname(const char *myname); const char *global_myname(void); bool set_global_myworkgroup(const char *myworkgroup); const char *lp_workgroup(void); +const char *get_global_sam_name(void); /* The following definitions come from lib/util.c */ @@ -1357,7 +1358,6 @@ bool is_setuid_root(void) ; const char *sid_type_lookup(uint32 sid_type) ; NT_USER_TOKEN *get_system_token(void) ; -const char *get_global_sam_name(void) ; char *sid_to_fstring(fstring sidstr_out, const struct dom_sid *sid); char *sid_string_talloc(TALLOC_CTX *mem_ctx, const struct dom_sid *sid); char *sid_string_dbg(const struct dom_sid *sid); |