patch-tirpc_rpc_svc_auth_h 544 B

1234567891011121314151617181920
  1. --- libtirpc-0.2.3.orig/tirpc/rpc/svc_auth.h 2013-02-13 16:13:59.000000000 +0100
  2. +++ libtirpc-0.2.3/tirpc/rpc/svc_auth.h 2014-03-22 13:20:52.000000000 +0100
  3. @@ -65,11 +65,15 @@ typedef struct SVCAUTH {
  4. /*
  5. * Server side authenticator
  6. */
  7. -__BEGIN_DECLS
  8. +#ifdef __cplusplus
  9. +extern "C" {
  10. +#endif
  11. extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
  12. extern int svc_auth_reg(int, enum auth_stat (*)(struct svc_req *,
  13. struct rpc_msg *));
  14. -__END_DECLS
  15. +#ifdef __cplusplus
  16. +}
  17. +#endif
  18. #endif /* !_RPC_SVC_AUTH_H */