mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
remove double-extern-"C" wrapping
This commit is contained in:
parent
c91fc5f1ff
commit
0c6d70040a
1 changed files with 0 additions and 8 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue