diff options
author | Volker Lendecke <vl@samba.org> | 2010-02-05 15:50:11 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-02-05 21:11:17 +0100 |
commit | dcc850e3b30f84513c4b38dac88dffa19aac53cd (patch) | |
tree | 2ae78f38dc8204b545455882134579c8ce4345f5 /source3/include | |
parent | 004e3e400d0f404ffd9515c1f502c5287a4bff1c (diff) | |
download | samba-dcc850e3b30f84513c4b38dac88dffa19aac53cd.tar.gz samba-dcc850e3b30f84513c4b38dac88dffa19aac53cd.tar.bz2 samba-dcc850e3b30f84513c4b38dac88dffa19aac53cd.zip |
s3: Make guest_user_info() static
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 8a17039068..177c3334d9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4575,7 +4575,6 @@ struct event_context *pdb_get_event_context(void); NTSTATUS make_pdb_method_name(struct pdb_methods **methods, const char *selected); struct pdb_domain_info *pdb_get_domain_info(TALLOC_CTX *mem_ctx); bool pdb_getsampwnam(struct samu *sam_acct, const char *username) ; -bool guest_user_info( struct samu *user ); bool pdb_getsampwsid(struct samu *sam_acct, const DOM_SID *sid) ; NTSTATUS pdb_create_user(TALLOC_CTX *mem_ctx, const char *name, uint32 flags, uint32 *rid); |