From 76b642d28a82847b583c683d17954754c225bc5f Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Mon, 22 Jan 2001 16:50:11 +0000 Subject: [PATCH] Remove include-file-dependant half-prototype of clnt_create(). --- Include/pyport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Include/pyport.h b/Include/pyport.h index 1bd1873b809..852efb894fa 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 */