X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fhistory.h;fp=lib-ui%2Fhistory.h;h=827009287a071cda45a002016bfed9489e329e2c;hp=c053b96701e216a760b0a2cadfd09a60674c204c;hb=1991ce54e06a28bd9a568d05a39f84be725ed36a;hpb=dc726add2e8fe52be1f6859ea7cbe4651498eeb8 diff --git a/lib-ui/history.h b/lib-ui/history.h index c053b96..8270092 100644 --- a/lib-ui/history.h +++ b/lib-ui/history.h @@ -11,7 +11,8 @@ #define _HISTORY_H enum history_class { - HC_CMD, + HC_FIRST, + HC_CMD = HC_FIRST, HC_ALIAS, HC_COMMAND, HC_FILE, @@ -20,8 +21,6 @@ enum history_class { HC_LAST }; -#define HC_FIRST HC_CMD - typedef enum history_class history_class_t; void mutt_init_history (void);