From: Thomas Wouters Date: Mon, 22 Jan 2001 16:50:11 +0000 (+0000) Subject: Remove include-file-dependant half-prototype of clnt_create(). X-Git-Tag: v2.1a1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76b642d28a82847b583c683d17954754c225bc5f;p=python Remove include-file-dependant half-prototype of clnt_create(). --- 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 */