1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +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 used to be commit cd2613c572)
This commit is contained in:
Jeremy Allison
1998-04-13 19:24:06 +00:00
parent 47ec2e09b7
commit cac6a060af
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;