summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-12 20:09:54 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-12 20:09:54 +0000
commiteabcf6618ea341afc20c4e5414f92f4e8d2c41db (patch)
treef4129b35fab8a1a1fd4f0a2ebaf827f269d41693 /src/or/or.h
parent5109de562604c334fee2a0778ff15ad93a4b1191 (diff)
downloadtor-eabcf6618ea341afc20c4e5414f92f4e8d2c41db.tar.gz
tor-eabcf6618ea341afc20c4e5414f92f4e8d2c41db.zip
Write most of the implementation for SAVECONF.
svn:r2820
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index dcd38e8ccc..35a4879211 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1116,6 +1116,7 @@ struct config_line_t *config_get_assigned_option(or_options_t *options,
const char *key);
struct config_line_t *config_line_prepend(struct config_line_t *front,
const char *key, const char *val);
+char *config_dump_options(or_options_t *options, int minimal);
/********************************* connection.c ***************************/