diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-30 15:58:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-07 07:28:43 -0500 |
commit | 683d4c2bc8379084062dfd79d679e89c2713ff50 (patch) | |
tree | 44a7456dfe50b93ca4768895ee0c3bdfd6697b48 /src/lib/conf | |
parent | 19cac400d9cf7dcc274c583bb3e942b2682c3663 (diff) | |
download | tor-683d4c2bc8379084062dfd79d679e89c2713ff50.tar.gz tor-683d4c2bc8379084062dfd79d679e89c2713ff50.zip |
Add FOO_type_defn globals so that confdecl.h can refer to them.
Diffstat (limited to 'src/lib/conf')
-rw-r--r-- | src/lib/conf/confdecl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/conf/confdecl.h b/src/lib/conf/confdecl.h index 22812f046e..f6f9dc527b 100644 --- a/src/lib/conf/confdecl.h +++ b/src/lib/conf/confdecl.h @@ -161,6 +161,7 @@ extern const struct var_type_def_t CSV_INTERVAL_type_defn; extern const struct var_type_def_t LINELIST_type_defn; extern const struct var_type_def_t LINELIST_V_type_defn; extern const struct var_type_def_t LINELIST_S_type_defn; +extern const struct var_type_def_t OBSOLETE_type_defn; /**@}*/ #endif /* !defined(TOR_LIB_CONF_CONFDECL_H) */ |