]> granicus.if.org Git - transmission/commitdiff
remove double-extern-"C" wrapping
authorCharles Kerr <charles@transmissionbt.com>
Mon, 6 Apr 2009 17:54:11 +0000 (17:54 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Mon, 6 Apr 2009 17:54:11 +0000 (17:54 +0000)
libtransmission/rpcimpl.h

index ac0098ea1ae46c6178380f8ca7ef7640d51a96ae..a92ce335fc3a9be2b63295a3ecc5bd82391f5aa2 100644 (file)
@@ -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 */