Replace several C identifiers.

This is an automated commit, generated by this command:

./scripts/maint/rename_c_identifier.py \
        EXPOSE_CLEAN_BACKTRACE BACKTRACE_PRIVATE \
        TOR_CHANNEL_INTERNAL_ CHANNEL_OBJECT_PRIVATE \
        CHANNEL_PRIVATE_ CHANNEL_FILE_PRIVATE \
        EXPOSE_ROUTERDESC_TOKEN_TABLE ROUTERDESC_TOKEN_TABLE_PRIVATE \
        SCHEDULER_PRIVATE_ SCHEDULER_PRIVATE
This commit is contained in:
teor
2019-12-20 13:27:58 +10:00
parent cd160291a7
commit 8c23ac4ae7
31 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
* \brief Code to parse address policies.
**/
#define EXPOSE_ROUTERDESC_TOKEN_TABLE
#define ROUTERDESC_TOKEN_TABLE_PRIVATE
#include "core/or/or.h"
+1 -1
View File
@@ -50,7 +50,7 @@
* </ul>
**/
#define EXPOSE_ROUTERDESC_TOKEN_TABLE
#define ROUTERDESC_TOKEN_TABLE_PRIVATE
#include "core/or/or.h"
#include "app/config/config.h"
+1 -1
View File
@@ -40,7 +40,7 @@ int find_single_ipv6_orport(const smartlist_t *list,
void routerparse_init(void);
void routerparse_free_all(void);
#ifdef EXPOSE_ROUTERDESC_TOKEN_TABLE
#ifdef ROUTERDESC_TOKEN_TABLE_PRIVATE
extern const struct token_rule_t routerdesc_token_table[];
#endif