From 5fd92cccfde78485c87108cf7f23f3f9a097e209 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 29 Mar 2008 05:08:24 +0000 Subject: 2008-03-29 Chris Johns * librpc/include/rpc/clnt.h: Added the missing __BEGIN_DECLS as reported to the mailing list by Pierre Kestener (pierre.kestener@cea.fr). --- cpukit/librpc/include/rpc/clnt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/librpc/include/rpc/clnt.h') diff --git a/cpukit/librpc/include/rpc/clnt.h b/cpukit/librpc/include/rpc/clnt.h index 65201c3c48..554a8a8d8a 100644 --- a/cpukit/librpc/include/rpc/clnt.h +++ b/cpukit/librpc/include/rpc/clnt.h @@ -271,6 +271,7 @@ __END_DECLS /* * Added for compatibility to old rpc 4.0. Obsoleted by clnt_vc_create(). */ +__BEGIN_DECLS extern CLIENT *clntunix_create(struct sockaddr_un *, u_long, u_long, int *, u_int, u_int); __END_DECLS -- cgit v1.2.3