diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 92d1a22fe..e5facee38 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1294,6 +1294,7 @@ int control_event_bandwidth_used(uint32_t n_read, uint32_t n_written); void control_event_logmsg(int severity, const char *msg); int init_cookie_authentication(int enabled); +int decode_hashed_password(char *buf, const char *hashed); /********************************* cpuworker.c *****************************/ |