mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
refactor: remove TR_BEGIN_DECLS, TR_END_DECLS (#1837)
* refactor: remove TR_BEGIN_DECLS, TR_END_DECLS
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
#include "tr-macros.h"
|
||||
|
||||
TR_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* @addtogroup error Error reporting
|
||||
* @{
|
||||
@@ -129,5 +127,3 @@ void tr_error_propagate_prefixed(tr_error** new_error, tr_error** old_error, cha
|
||||
TR_GNUC_PRINTF(3, 4);
|
||||
|
||||
/** @} */
|
||||
|
||||
TR_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user