diff options
Diffstat (limited to 'source4/lib/replace/system')
-rw-r--r-- | source4/lib/replace/system/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/system/network.h b/source4/lib/replace/system/network.h index c340cca657..853c2a38bb 100644 --- a/source4/lib/replace/system/network.h +++ b/source4/lib/replace/system/network.h @@ -116,7 +116,7 @@ int rep_getifaddrs(struct ifaddrs **); #endif #ifndef HAVE_FREEIFADDRS -int rep_freeifaddrs(struct ifaddrs **); +void rep_freeifaddrs(struct ifaddrs **); #endif /* |