diff options
author | Simo Sorce <idra@samba.org> | 2009-05-16 13:04:06 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-05-16 15:30:48 -0400 |
commit | 4112bb2428eccdf21c831d6f846fa055b1d1d7d3 (patch) | |
tree | 8ddda58cf65074bd24d0ae9e3912209d93a58447 /source3/include | |
parent | 72b744f38ebb9f9576c05c7bb0a00de26697ec8f (diff) | |
download | samba-4112bb2428eccdf21c831d6f846fa055b1d1d7d3.tar.gz samba-4112bb2428eccdf21c831d6f846fa055b1d1d7d3.tar.bz2 samba-4112bb2428eccdf21c831d6f846fa055b1d1d7d3.zip |
Move smb_create_user() in samsync
It is not used anywhere else, so make it also static and remove
it from proto.h
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f6b2b3ca2d..81fc1c061f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4333,11 +4333,6 @@ bool get_trust_pw_hash(const char *domain, uint8 ret_pwd[16], const char **account_name, uint32 *channel); struct samr_LogonHours get_logon_hours_from_pdb(TALLOC_CTX *mem_ctx, struct samu *pw); -NTSTATUS smb_create_user(TALLOC_CTX *mem_ctx, - uint32_t acct_flags, - const char *account, - struct passwd **passwd_p); - /* The following definitions come from passdb/pdb_compat.c */ uint32 pdb_get_user_rid (const struct samu *sampass); |