mirror of
https://github.com/tmux/tmux.git
synced 2025-09-29 06:28:35 +00:00
Rename struct hdrtype to msgtype which is a better name and can be used even
when struct hdr disappears.
This commit is contained in:
@@ -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[] = {
|
||||
|
Reference in New Issue
Block a user