summaryrefslogtreecommitdiffstats
path: root/source/namedb.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-06 00:29:22 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-06 00:29:22 +0000
commit07288091c322fdb9f63889e84cfc57fa6cb5f613 (patch)
tree02b1e89cec21a863d131b878496e6607f3494fe5 /source/namedb.c
parent60a8a9c006f16186320fb13109128db35595523c (diff)
downloadsamba-07288091c322fdb9f63889e84cfc57fa6cb5f613.tar.gz
samba-07288091c322fdb9f63889e84cfc57fa6cb5f613.tar.xz
samba-07288091c322fdb9f63889e84cfc57fa6cb5f613.zip
fix a bug that meant alpha6 couldn't compile.
Diffstat (limited to 'source/namedb.c')
-rw-r--r--source/namedb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/namedb.c b/source/namedb.c
index fc14c4d5c60..402617ffbd9 100644
--- a/source/namedb.c
+++ b/source/namedb.c
@@ -379,7 +379,7 @@ struct domain_record *find_domain(struct in_addr source_ip)
/****************************************************************************
dump a copy of the workgroup/domain database
**************************************************************************/
-static void dump_workgroups(void)
+void dump_workgroups(void)
{
struct domain_record *d;