1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r26507: Fix function signature for freeifaddrs.

(cherry picked from commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)
(This used to be commit ccfb04d18516e0aca88ea0a96afe119175bddba7)
This commit is contained in:
Jelmer Vernooij 2007-12-17 12:27:59 +01:00 committed by Michael Adam
parent f822f4150b
commit f75d7a6992

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
/*