diff options
author | robert <robert@FreeBSD.org> | 2002-07-21 20:37:58 +0000 |
---|---|---|
committer | robert <robert@FreeBSD.org> | 2002-07-21 20:37:58 +0000 |
commit | e3955115b6a79de38b21c9e1f73b3df6123cc261 (patch) | |
tree | dc0f20445d25ff71487bec25c813f10ca2e65b5d /include/rpc/clnt.h | |
parent | 2e0c2c9a4894aef0a0e16997aee0ee344a63ab13 (diff) | |
download | FreeBSD-src-e3955115b6a79de38b21c9e1f73b3df6123cc261.zip FreeBSD-src-e3955115b6a79de38b21c9e1f73b3df6123cc261.tar.gz |
Remove duplicated '__BEGIN_DECLS' which obviated compiling
C++ sources that use this header.
Reported by: Jan Stocker <Jan.Stocker@t-online.de>
Diffstat (limited to 'include/rpc/clnt.h')
-rw-r--r-- | include/rpc/clnt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index a6f4796..5ce9986 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -275,7 +275,6 @@ struct rpc_timers { #define NULLPROC ((rpcproc_t)0) -__BEGIN_DECLS /* * Below are the client handle creation routines for the various * implementations of client side rpc. They can return NULL if a |