diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 018caab240..e455dc8ef2 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -108,10 +108,6 @@ #endif /* !defined(timercmp) */ /* ===== File compatibility */ -typedef struct tor_lockfile_t tor_lockfile_t; -tor_lockfile_t *tor_lockfile_lock(const char *filename, int blocking, - int *locked_out); -void tor_lockfile_unlock(tor_lockfile_t *lockfile); /* ===== Net compatibility */ |