summaryrefslogtreecommitdiff
path: root/Modules/addrinfo.h
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-12-28 04:47:50 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-12-28 04:47:50 +0000
commitf6657e67b3cf89649d14d9012b3964a3490d45b0 (patch)
treef04317257f7b1ff54f5142eda58af84c6d261bc1 /Modules/addrinfo.h
parent545686b279ef382ec35aa12afa1f9271ce6d5109 (diff)
downloadcpython-git-f6657e67b3cf89649d14d9012b3964a3490d45b0.tar.gz
Cruft removal:
* DL_IMPORT/DL_EXPORT * #if 0'd code * Py_PROTO which was obsolete, but still used in one place in addrinfo.h
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 6f67a2e957..fe7e96f1ba 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