forked from Imagelibrary/rtems
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).
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
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).
|
||||||
|
|
||||||
2008-03-25 Till Straumann <strauman@slac.stanford.edu>
|
2008-03-25 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* shttpd/log.c: Activate SPLIT_SNPRINTF for gcc <= 4.2.3 and
|
* shttpd/log.c: Activate SPLIT_SNPRINTF for gcc <= 4.2.3 and
|
||||||
|
|||||||
@@ -271,6 +271,7 @@ __END_DECLS
|
|||||||
/*
|
/*
|
||||||
* Added for compatibility to old rpc 4.0. Obsoleted by clnt_vc_create().
|
* Added for compatibility to old rpc 4.0. Obsoleted by clnt_vc_create().
|
||||||
*/
|
*/
|
||||||
|
__BEGIN_DECLS
|
||||||
extern CLIENT *clntunix_create(struct sockaddr_un *,
|
extern CLIENT *clntunix_create(struct sockaddr_un *,
|
||||||
u_long, u_long, int *, u_int, u_int);
|
u_long, u_long, int *, u_int, u_int);
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|||||||
Reference in New Issue
Block a user