summaryrefslogtreecommitdiffstats
path: root/Modules/addrinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/addrinfo.h')
-rw-r--r--Modules/addrinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/addrinfo.h b/Modules/addrinfo.h
index 670b173..1cb6f0e 100644
--- a/Modules/addrinfo.h
+++ b/Modules/addrinfo.h
@@ -170,7 +170,7 @@ struct sockaddr_storage {
#ifdef __cplusplus
extern "C" {
#endif
-extern void freehostent Py_PROTO((struct hostent *));
+extern void freehostent(struct hostent *);
#ifdef __cplusplus
}
#endif