diff options
Diffstat (limited to 'include/rpc/auth.h')
-rw-r--r-- | include/rpc/auth.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index ce20370e6cc4..4f23e5e75f06 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -155,11 +155,7 @@ union des_block { }; typedef union des_block des_block; __BEGIN_DECLS -#ifdef __STDC__ extern bool_t xdr_des_block(XDR *, des_block *); -#else -extern bool_t xdr_des_block(); -#endif __END_DECLS /* |