From 0c6d70040a373c7da3e12c5e4f6ecde062d3cf84 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 6 Apr 2009 17:54:11 +0000 Subject: [PATCH] remove double-extern-"C" wrapping --- libtransmission/rpcimpl.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libtransmission/rpcimpl.h b/libtransmission/rpcimpl.h index ac0098ea1..a92ce335f 100644 --- a/libtransmission/rpcimpl.h +++ b/libtransmission/rpcimpl.h @@ -21,10 +21,6 @@ extern "C" { **** RPC processing ***/ -#ifdef __cplusplus -extern "C" { -#endif - struct tr_benc; typedef void( *tr_rpc_response_func )( tr_session * session, @@ -53,8 +49,4 @@ void tr_rpc_parse_list_str( struct tr_benc * setme, } #endif -#ifdef __cplusplus -} -#endif - #endif /* TR_RPC_H */