summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_namelistdb.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-06-09 02:17:06 +0000
committerJeremy Allison <jra@samba.org>1998-06-09 02:17:06 +0000
commit75e909f27db1e1ff69897e477a2c4704faf9a2fb (patch)
treef6b62722f5ef629606fcfd96069a4b4610acd4d9 /source3/nmbd/nmbd_namelistdb.c
parent96bc4042779570e6239b2626888ea0ca9be17391 (diff)
downloadsamba-75e909f27db1e1ff69897e477a2c4704faf9a2fb.tar.gz
samba-75e909f27db1e1ff69897e477a2c4704faf9a2fb.tar.bz2
samba-75e909f27db1e1ff69897e477a2c4704faf9a2fb.zip
Fixed compile problem after make proto.
Chris's reformating of the (rather long named function) find_name_for_remote_broadcast_subnet (moving the function name onto a line on it's own) caused the proto awk script to miss it. Jeremy. (This used to be commit 17c758687f0ec6040633bc1815a52627b7e15f02)
Diffstat (limited to 'source3/nmbd/nmbd_namelistdb.c')
-rw-r--r--source3/nmbd/nmbd_namelistdb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/nmbd/nmbd_namelistdb.c b/source3/nmbd/nmbd_namelistdb.c
index 6375dad4a2..f9a348eeea 100644
--- a/source3/nmbd/nmbd_namelistdb.c
+++ b/source3/nmbd/nmbd_namelistdb.c
@@ -144,9 +144,8 @@ struct name_record *find_name_on_subnet(struct subnet_record *subrec,
Find a name over all known broadcast subnets.
**************************************************************************/
-struct name_record
- *find_name_for_remote_broadcast_subnet( struct nmb_name *nmbname,
- BOOL self_only )
+struct name_record *find_name_for_remote_broadcast_subnet( struct nmb_name *nmbname,
+ BOOL self_only )
{
struct subnet_record *subrec;
struct name_record *namerec = NULL;