mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Correct the type for config_decl_ROUTERSET
This needs to be a point so that the CONF_VAR() macro can work correctly.
This commit is contained in:
parent
3739503404
commit
87f7c2d018
@ -46,7 +46,7 @@ int routerset_len(const routerset_t *set);
|
||||
|
||||
struct var_type_def_t;
|
||||
extern const struct var_type_def_t ROUTERSET_type_defn;
|
||||
typedef routerset_t config_decl_ROUTERSET;
|
||||
typedef routerset_t *config_decl_ROUTERSET;
|
||||
|
||||
#ifdef ROUTERSET_PRIVATE
|
||||
#include "lib/container/bitarray.h"
|
||||
|
Loading…
Reference in New Issue
Block a user