diff options
Diffstat (limited to 'src/feature/control/control_fmt.h')
-rw-r--r-- | src/feature/control/control_fmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/control/control_fmt.h b/src/feature/control/control_fmt.h index e36edd2a46..1b4534cc3b 100644 --- a/src/feature/control/control_fmt.h +++ b/src/feature/control/control_fmt.h @@ -12,6 +12,7 @@ #ifndef TOR_CONTROL_FMT_H #define TOR_CONTROL_FMT_H +void connection_write_str_to_buf(const char *s, control_connection_t *conn); void connection_printf_to_buf(control_connection_t *conn, const char *format, ...) CHECK_PRINTF(2,3); |