From 8e5f42ddb80de05145923cee88caa14c51bc2ffb Mon Sep 17 00:00:00 2001 From: alfred Date: Fri, 23 Mar 2001 16:14:49 +0000 Subject: change callrpc() from taking "char *" args, I'm quite sure they really meant to use "void *". remove a duplicate prototype for callrpc() from libexec/ypxfr/ypxfr_extern.h --- libexec/ypxfr/ypxfr_extern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libexec/ypxfr/ypxfr_extern.h') diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index 34c3406..045f496 100644 --- a/libexec/ypxfr/ypxfr_extern.h +++ b/libexec/ypxfr/ypxfr_extern.h @@ -60,4 +60,3 @@ extern unsigned long ypxfr_get_order __P(( char *, char *, char *, const int )); extern int ypxfr_match __P(( char *, char *, char *, char *, unsigned long )); extern char *ypxfxerr_string __P(( ypxfrstat )); extern int ypxfrd_get_map __P(( char *, char *, char *, char *)); -extern int callrpc __P(( char *, int, int, int, xdrproc_t, char *, xdrproc_t, char *)); -- cgit v1.1