1
0
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:
Jeremy Allison
-
parent 883be39077
commit cd2613c572
33 changed files with 242 additions and 264 deletions

View File

@@ -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;