summaryrefslogtreecommitdiff
path: root/src/feature/control/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/control/control.h')
-rw-r--r--src/feature/control/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/control/control.h b/src/feature/control/control.h
index a1609b0f06..b3a2707672 100644
--- a/src/feature/control/control.h
+++ b/src/feature/control/control.h
@@ -207,7 +207,7 @@ void control_event_clients_seen(const char *controller_str);
void control_event_transport_launched(const char *mode,
const char *transport_name,
tor_addr_t *addr, uint16_t port);
-void control_event_pt_log(const char *pt_name, const char *message);
+void control_event_pt_log(const char *log);
const char *rend_auth_type_to_string(rend_auth_type_t auth_type);
MOCK_DECL(const char *, node_describe_longname_by_id,(const char *id_digest));
void control_event_hs_descriptor_requested(const char *onion_address,