瀏覽代碼

blind-forward-port that, while i'm at it

svn:r14929
Roger Dingledine 17 年之前
父節點
當前提交
f3d679d4cc
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/or/config.c

+ 3 - 0
src/or/config.c

@@ -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,