diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 28a33480d9..63f538300d 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1902,12 +1902,14 @@ try_locking(or_options_t *options, int err_if_locked) } } +/* DOCDOC have_lockfile */ int have_lockfile(void) { return lockfile != NULL; } +/* DOCDOC release_lockfile */ void release_lockfile(void) { |