Rename struct hdrtype to msgtype which is a better name and can be used even

when struct hdr disappears.
This commit is contained in:
Nicholas Marriott
2009-07-29 14:17:26 +00:00
parent d3c461097b
commit c1d6d7ac6b
6 changed files with 15 additions and 15 deletions

View File

@@ -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[] = {