summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-02-08 08:38:42 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-02-08 08:38:42 +0000
commitd198c5587774808823aa09e997ff492826738c51 (patch)
treec23c8a18241756b7924ed1b45241d136fcae4962 /source3/rpc_parse
parentae2c8656b22ca855aaf1ab7382a92996b362a900 (diff)
downloadsamba-d198c5587774808823aa09e997ff492826738c51.tar.gz
samba-d198c5587774808823aa09e997ff492826738c51.tar.bz2
samba-d198c5587774808823aa09e997ff492826738c51.zip
Make more functions static, and remove duplication in the use of functions
in lib/smbpasswd.c that were exact duplicates of functions in passdb/passdb.c (These should perhaps be pulled back out to smbpasswd.c, but that can occour later). Andrew Bartlett (This used to be commit fcdc5efb1e245c8fa95cd031f67ec56093b9056e)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_misc.c b/source3/rpc_parse/parse_misc.c
index 976ba20681..efb2bfa97f 100644
--- a/source3/rpc_parse/parse_misc.c
+++ b/source3/rpc_parse/parse_misc.c
@@ -32,7 +32,7 @@
static TALLOC_CTX *current_rpc_talloc = NULL;
-TALLOC_CTX *get_current_rpc_talloc(void)
+static TALLOC_CTX *get_current_rpc_talloc(void)
{
return current_rpc_talloc;
}