12345678910111213141516171819202122232425262728293031323334 |
- --- librpcsecgss-0.19.orig/include/rpcsecgss/rpc/rpc.h 2009-07-29 18:24:50.000000000 +0200
- +++ librpcsecgss-0.19/include/rpcsecgss/rpc/rpc.h 2014-05-19 15:45:28.866420803 +0200
- @@ -67,17 +67,12 @@
- * defined by <rpc/netdb.h> included in <netdb.h>.
- */
-
- -#include <rpc/netdb.h>
- -
- -__BEGIN_DECLS
- +
-
- -
- -extern fd_set *__rpc_thread_svc_fdset (void) __attribute__ ((__const__));
- -#define svc_fdset (*__rpc_thread_svc_fdset ())
- +#ifdef __cplusplus
- +extern "C" {
- +#endif
-
- -extern struct rpc_createerr *__rpc_thread_createerr (void)
- - __attribute__ ((__const__));
- -#define get_rpc_createerr() (*__rpc_thread_createerr ())
-
|