]> granicus.if.org Git - python/commitdiff
Remove include-file-dependant half-prototype of clnt_create().
authorThomas Wouters <thomas@python.org>
Mon, 22 Jan 2001 16:50:11 +0000 (16:50 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 22 Jan 2001 16:50:11 +0000 (16:50 +0000)
Include/pyport.h

index 1bd1873b809232dfd85916cc143c66234290cb6c..852efb894fabf82aa703dac9a4fb2829afcca300 100644 (file)
@@ -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 */