summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2001-01-22 16:50:11 (GMT)
committerThomas Wouters <thomas@python.org>2001-01-22 16:50:11 (GMT)
commit76b642d28a82847b583c683d17954754c225bc5f (patch)
tree383e350fad8fa4433db6efbf6cc1ab25d90cd86c /Include
parenta07d37f1fcf68c255d116e1a15b51bb048d19ebb (diff)
downloadcpython-76b642d28a82847b583c683d17954754c225bc5f.zip
cpython-76b642d28a82847b583c683d17954754c225bc5f.tar.gz
cpython-76b642d28a82847b583c683d17954754c225bc5f.tar.bz2
Remove include-file-dependant half-prototype of clnt_create().
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 1bd1873..852efb8 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 */