diff options
author | alfred <alfred@FreeBSD.org> | 2001-03-23 16:14:49 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-03-23 16:14:49 +0000 |
commit | 8e5f42ddb80de05145923cee88caa14c51bc2ffb (patch) | |
tree | 2b1fc25a8d130b7bc12b3c22ec32a7d20a7411f4 /libexec/ypxfr | |
parent | 058bb2904405e3a77fa8c05caca59d8ae2253382 (diff) | |
download | FreeBSD-src-8e5f42ddb80de05145923cee88caa14c51bc2ffb.zip FreeBSD-src-8e5f42ddb80de05145923cee88caa14c51bc2ffb.tar.gz |
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
Diffstat (limited to 'libexec/ypxfr')
-rw-r--r-- | libexec/ypxfr/ypxfr_extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 *)); |