diff options
Diffstat (limited to 'client-fn.c')
-rw-r--r-- | client-fn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-fn.c b/client-fn.c index b7a9b1f0..8e5e3722 100644 --- a/client-fn.c +++ b/client-fn.c @@ -63,7 +63,7 @@ client_fill_session(struct msg_command_data *data) void client_write_server( - struct client_ctx *cctx, enum hdrtype type, void *buf, size_t len) + struct client_ctx *cctx, enum msgtype type, void *buf, size_t len) { struct hdr hdr; |