aboutsummaryrefslogtreecommitdiff
path: root/src/or/statefile.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-01 12:29:31 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-01 12:29:31 -0400
commitb51ce907771d3fbeeb2dcba3c109d3ee25850f4c (patch)
treef968f0ab32c5b6c64dcd4f9c8695e6a1a32ae59d /src/or/statefile.h
parentb6c8a14bf35c4572fba49be9eb4aaaa78d776c4c (diff)
parent3866792cd04d95c80eb5dd1e7cb2fddf0c05f9b8 (diff)
downloadtor-b51ce907771d3fbeeb2dcba3c109d3ee25850f4c.tar.gz
tor-b51ce907771d3fbeeb2dcba3c109d3ee25850f4c.zip
Merge remote-tracking branch 'public/valgrind_tests'
Diffstat (limited to 'src/or/statefile.h')
-rw-r--r--src/or/statefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/statefile.h b/src/or/statefile.h
index c1413ff952..15bb0b4aae 100644
--- a/src/or/statefile.h
+++ b/src/or/statefile.h
@@ -20,6 +20,8 @@ void or_state_free_all(void);
#ifdef STATEFILE_PRIVATE
STATIC config_line_t *get_transport_in_state_by_name(const char *transport);
+STATIC void or_state_free(or_state_t *state);
+STATIC or_state_t *or_state_new(void);
#endif
#endif