aboutsummaryrefslogtreecommitdiff
path: root/src/or/statefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/statefile.h')
-rw-r--r--src/or/statefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/statefile.h b/src/or/statefile.h
index dcdee6c60..762b0f5ee 100644
--- a/src/or/statefile.h
+++ b/src/or/statefile.h
@@ -7,7 +7,7 @@
#ifndef TOR_STATEFILE_H
#define TOR_STATEFILE_H
-or_state_t *get_or_state(void);
+MOCK_DECL(or_state_t *,get_or_state,(void));
int did_last_state_file_write_fail(void);
int or_state_save(time_t now);