diff options
author | Christof Schmitt <cs@samba.org> | 2013-11-14 11:49:03 -0700 |
---|---|---|
committer | Christof Schmitt <cs@samba.org> | 2013-11-15 18:05:41 +0100 |
commit | f77195ace735b91addc0e0a46197d19eb3d6bbfc (patch) | |
tree | 21c195ba309b088aa398783f463b882d89ae9dbe /source3/winbindd/winbindd_cache.c | |
parent | fca52bdcad14cf7d1a150e1cae7d90cb70d2e552 (diff) | |
download | samba-f77195ace735b91addc0e0a46197d19eb3d6bbfc.tar.gz |
winbind: Make centry_start static
centry_start is only used in winbindd_cache.c
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Christof Schmitt <cs@samba.org>
Autobuild-Date(master): Fri Nov 15 18:05:41 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/winbindd/winbindd_cache.c')
-rw-r--r-- | source3/winbindd/winbindd_cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 267cefc1e01..276ec8e4ab9 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -886,7 +886,8 @@ static void centry_put_time(struct cache_entry *centry, time_t t) /* start a centry for output. When finished, call centry_end() */ -struct cache_entry *centry_start(struct winbindd_domain *domain, NTSTATUS status) +static struct cache_entry *centry_start(struct winbindd_domain *domain, + NTSTATUS status) { struct cache_entry *centry; |