summaryrefslogtreecommitdiffstats
path: root/source/nmbd
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
commit17c758687f0ec6040633bc1815a52627b7e15f02 (patch)
tree2917ce92bef6a2d3f2f72bf72050b5a75e8667e7 /source/nmbd
parente420a4bd7d368a0e910893400fb7b46ab8694a08 (diff)
downloadsamba-17c758687f0ec6040633bc1815a52627b7e15f02.tar.gz
samba-17c758687f0ec6040633bc1815a52627b7e15f02.tar.xz
samba-17c758687f0ec6040633bc1815a52627b7e15f02.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.
Diffstat (limited to 'source/nmbd')
-rw-r--r--source/nmbd/nmbd_namelistdb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/nmbd/nmbd_namelistdb.c b/source/nmbd/nmbd_namelistdb.c
index 6375dad4a24..f9a348eeea7 100644
--- a/source/nmbd/nmbd_namelistdb.c
+++ b/source/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;