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-fn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-fn.c') 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; -- cgit