summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2001-01-22 16:50:11 +0000
committerThomas Wouters <thomas@python.org>2001-01-22 16:50:11 +0000
commit76b642d28a82847b583c683d17954754c225bc5f (patch)
tree383e350fad8fa4433db6efbf6cc1ab25d90cd86c
parenta07d37f1fcf68c255d116e1a15b51bb048d19ebb (diff)
downloadcpython-git-76b642d28a82847b583c683d17954754c225bc5f.tar.gz
Remove include-file-dependant half-prototype of clnt_create().
-rw-r--r--Include/pyport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 1bd1873b80..852efb894f 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -266,9 +266,6 @@ extern int lstat(const char *, struct stat *);
extern int symlink(const char *, const char *);
extern int fsync(int fd);
-/* From Modules/nismodule.c */
-CLIENT *clnt_create();
-
#endif /* 0 */