summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-04-02 10:17:32 +1100
committerAndrew Tridgell <tridge@samba.org>2009-04-02 10:17:32 +1100
commit1bc9c3923574d548810733b512716d5758814328 (patch)
treeaa128b82d3232a8c73de316aa5a7b8bd0caa9766 /source3/include/proto.h
parent2fe17ae61e4f80b7c864bd6777c71557c97c0125 (diff)
parent36c1a52a57bc96c7586ca1bffbe8ef47c93bca1b (diff)
downloadsamba-1bc9c3923574d548810733b512716d5758814328.tar.gz
samba-1bc9c3923574d548810733b512716d5758814328.tar.bz2
samba-1bc9c3923574d548810733b512716d5758814328.zip
Merge commit 'master/master' into wspp-schema
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2e76764e01..0a2a8de4a9 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4465,6 +4465,10 @@ 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 */