summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/clnt.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-03-29 05:08:24 +0000
committerChris Johns <chrisj@rtems.org>2008-03-29 05:08:24 +0000
commit5fd92cccfde78485c87108cf7f23f3f9a097e209 (patch)
treee5d6dc53a2ad640180f7333657793bb10119cae7 /cpukit/librpc/include/rpc/clnt.h
parent2008-03-29 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-5fd92cccfde78485c87108cf7f23f3f9a097e209.tar.bz2
2008-03-29 Chris Johns <chrisj@rtems.org>
* librpc/include/rpc/clnt.h: Added the missing __BEGIN_DECLS as reported to the mailing list by Pierre Kestener (pierre.kestener@cea.fr).
Diffstat (limited to 'cpukit/librpc/include/rpc/clnt.h')
-rw-r--r--cpukit/librpc/include/rpc/clnt.h1
1 files changed, 1 insertions, 0 deletions
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