diff options
Diffstat (limited to 'sbin/hastd/proto_impl.h')
-rw-r--r-- | sbin/hastd/proto_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/proto_impl.h b/sbin/hastd/proto_impl.h index 9dc5a74..37df4f4 100644 --- a/sbin/hastd/proto_impl.h +++ b/sbin/hastd/proto_impl.h @@ -39,7 +39,7 @@ #define __constructor __attribute__((constructor)) -typedef int hp_client_t(const char *, void **); +typedef int hp_client_t(const char *, const char *, void **); typedef int hp_connect_t(void *, int); typedef int hp_connect_wait_t(void *, int); typedef int hp_server_t(const char *, void **); |