summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_net.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2006-12-20 01:10:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:38 -0500
commit41be182f78762372ae13759ede5d2bd40a71d7f5 (patch)
tree8cee0b8599f8f20916f0eed870d57cebad0345a0 /source/rpc_parse/parse_net.c
parent90265c83ff1c7f11672694ff005d8ecc5d4a867f (diff)
downloadsamba-41be182f78762372ae13759ede5d2bd40a71d7f5.tar.gz
samba-41be182f78762372ae13759ede5d2bd40a71d7f5.tar.xz
samba-41be182f78762372ae13759ede5d2bd40a71d7f5.zip
r20269: merge -r20264:20267 from SAMBA_3_0_24
more no previous prototype warnings
Diffstat (limited to 'source/rpc_parse/parse_net.c')
-rw-r--r--source/rpc_parse/parse_net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/rpc_parse/parse_net.c b/source/rpc_parse/parse_net.c
index 1bd75cf8b18..0eb30ee4552 100644
--- a/source/rpc_parse/parse_net.c
+++ b/source/rpc_parse/parse_net.c
@@ -1606,7 +1606,7 @@ void init_net_user_info3(TALLOC_CTX *ctx, NET_USER_INFO_3 *usr,
/* "other" sids are set up above */
}
- void dump_acct_flags(uint32 acct_flags) {
+static void dump_acct_flags(uint32 acct_flags) {
int lvl = 10;
DEBUG(lvl,("dump_acct_flags\n"));
@@ -1633,7 +1633,7 @@ void init_net_user_info3(TALLOC_CTX *ctx, NET_USER_INFO_3 *usr,
}
}
- void dump_user_flgs(uint32 user_flags) {
+static void dump_user_flgs(uint32 user_flags) {
int lvl = 10;
DEBUG(lvl,("dump_user_flgs\n"));