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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76b642d28a82847b583c683d17954754c225bc5f;p=thirdparty%2FPython%2Fcpython.git Remove include-file-dependant half-prototype of clnt_create(). --- diff --git a/Include/pyport.h b/Include/pyport.h index 1bd1873b8092..852efb894fab 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 */