From d6d1eb5d187e3c75ecea47f674bcac6d563e631f Mon Sep 17 00:00:00 2001 From: Robert Drehmel Date: Sun, 21 Jul 2002 20:37:58 +0000 Subject: [PATCH] Remove duplicated '__BEGIN_DECLS' which obviated compiling C++ sources that use this header. Reported by: Jan Stocker --- include/rpc/clnt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index a6f4796980b6..5ce99865007b 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