diff options
Diffstat (limited to 'client-msg.c')
-rw-r--r-- | client-msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-msg.c b/client-msg.c index 845f10b0..f282478b 100644 --- a/client-msg.c +++ b/client-msg.c @@ -33,7 +33,7 @@ int client_msg_fn_exited(struct hdr *, struct client_ctx *); int client_msg_fn_suspend(struct hdr *, struct client_ctx *); struct client_msg { - enum hdrtype type; + enum msgtype type; int (*fn)(struct hdr *, struct client_ctx *); }; struct client_msg client_msg_table[] = { |