diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-29 14:17:26 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-29 14:17:26 +0000 |
commit | c1d6d7ac6b7eb6c3d3939d2c837281d3ce8caf1b (patch) | |
tree | e1e52a5d035ef088fee65ccfa307f14d6053330d /client-fn.c | |
parent | d3c461097b71fa548a8b91e114d4046bdc337b4f (diff) | |
download | rtmux-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-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; |