mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
Changes to allow Samba to be compiled with -Wstrict-prototypes
with gcc. (Not a big change although it looks like it :-). Jeremy.
This commit is contained in:
@@ -453,7 +453,7 @@ int iface_count(void)
|
||||
/****************************************************************************
|
||||
True if we have two or more interfaces.
|
||||
**************************************************************************/
|
||||
BOOL we_are_multihomed()
|
||||
BOOL we_are_multihomed(void)
|
||||
{
|
||||
static int multi = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user