1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r26507: Fix function signature for freeifaddrs.

(cherry picked from commit cc873bdd2e)
This commit is contained in:
Jelmer Vernooij 2007-12-17 12:27:59 +01:00 committed by Michael Adam
parent 57587e49f5
commit ccfb04d185

View File

@ -120,7 +120,7 @@ int rep_getifaddrs(struct ifaddrs **);
#endif
#ifndef HAVE_FREEIFADDRS
void rep_freeifaddrs(struct ifaddrs **);
void rep_freeifaddrs(struct ifaddrs *);
#endif
/*