mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
blind-forward-port that, while i'm at it
svn:r14929
This commit is contained in:
parent
616ae6b115
commit
f3d679d4cc
1 changed files with 3 additions and 0 deletions
|
@ -609,6 +609,9 @@ typedef struct {
|
|||
*(uint32_t*)STRUCT_VAR_P(cfg,fmt->magic_offset)); \
|
||||
STMT_END
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
static char *get_windows_conf_root(void);
|
||||
#endif
|
||||
static void config_line_append(config_line_t **lst,
|
||||
const char *key, const char *val);
|
||||
static void option_clear(config_format_t *fmt, or_options_t *options,
|
||||
|
|
Loading…
Add table
Reference in a new issue