Remove include-file-dependant half-prototype of clnt_create().

This commit is contained in:
Thomas Wouters 2001-01-22 16:50:11 +00:00
parent a07d37f1fc
commit 76b642d28a
1 changed files with 0 additions and 3 deletions

View 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 */