From c1d6d7ac6b7eb6c3d3939d2c837281d3ce8caf1b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 Jul 2009 14:17:26 +0000 Subject: Rename struct hdrtype to msgtype which is a better name and can be used even when struct hdr disappears. --- client-msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-msg.c') 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[] = { -- cgit