mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
remove double-extern-"C" wrapping
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user