summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-04-01 14:03:17 -0700
committerJeremy Allison <jra@samba.org>2009-04-01 14:03:17 -0700
commitaef0bdc6a1ffdf746ce9ce27c45b3ca4f6593ba9 (patch)
treefc5fc5852fc59fd41536ca33cae3ebe0b2b330c2 /source3/include/proto.h
parenteaddcfef1ba553744ae9293feaf7585ec9aaa0db (diff)
parent01a942d8ab5b5e430eb928dd58626fe16b9b04fe (diff)
downloadsamba-aef0bdc6a1ffdf746ce9ce27c45b3ca4f6593ba9.tar.gz
samba-aef0bdc6a1ffdf746ce9ce27c45b3ca4f6593ba9.tar.bz2
samba-aef0bdc6a1ffdf746ce9ce27c45b3ca4f6593ba9.zip
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
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 */