From 75e909f27db1e1ff69897e477a2c4704faf9a2fb Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 9 Jun 1998 02:17:06 +0000 Subject: 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) --- source3/nmbd/nmbd_namelistdb.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3/nmbd/nmbd_namelistdb.c') 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; -- cgit