Skip to content
Snippets Groups Projects
Commit c9b8d4c0 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

We no longer use config_var_description_t

parent f6c7e131
Branches
Tags
No related merge requests found
......@@ -61,13 +61,6 @@ typedef struct config_var_t {
const char *initvalue; /**< String (or null) describing initial value. */
} config_var_t;
/** Represents an English description of a configuration variable; used when
* generating configuration file comments. */
typedef struct config_var_description_t {
const char *name;
const char *description;
} config_var_description_t;
/** Type of a callback to validate whether a given configuration is
* well-formed and consistent. See options_trial_assign() for documentation
* of arguments. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment