[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r14929: blind-forward-port that, while i'm at it (tor/trunk/src/or)



Author: arma
Date: 2008-06-04 03:08:05 -0400 (Wed, 04 Jun 2008)
New Revision: 14929

Modified:
   tor/trunk/src/or/config.c
Log:
blind-forward-port that, while i'm at it


Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2008-06-04 06:35:56 UTC (rev 14928)
+++ tor/trunk/src/or/config.c	2008-06-04 07:08:05 UTC (rev 14929)
@@ -609,6 +609,9 @@
                *(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,