aboutsummaryrefslogtreecommitdiff
path: root/client-msg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-29 14:17:26 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-29 14:17:26 +0000
commitc1d6d7ac6b7eb6c3d3939d2c837281d3ce8caf1b (patch)
treee1e52a5d035ef088fee65ccfa307f14d6053330d /client-msg.c
parentd3c461097b71fa548a8b91e114d4046bdc337b4f (diff)
downloadrtmux-c1d6d7ac6b7eb6c3d3939d2c837281d3ce8caf1b.tar.gz
rtmux-c1d6d7ac6b7eb6c3d3939d2c837281d3ce8caf1b.tar.bz2
rtmux-c1d6d7ac6b7eb6c3d3939d2c837281d3ce8caf1b.zip
Rename struct hdrtype to msgtype which is a better name and can be used even
when struct hdr disappears.
Diffstat (limited to 'client-msg.c')
-rw-r--r--client-msg.c2
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[] = {