remove double-extern-"C" wrapping

This commit is contained in:
Charles Kerr 2009-04-06 17:54:11 +00:00
parent c91fc5f1ff
commit 0c6d70040a
1 changed files with 0 additions and 8 deletions

View 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 */