X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=history.h;h=c053b96701e216a760b0a2cadfd09a60674c204c;hp=aa4038ea484fda7cb247a36f17fb1d34883eb588;hb=4eaac5c4a87b84ea9ec0668b4e088ac27e2d1106;hpb=700dbab719f75421b81f8c603d239bbf38cfa6f9 diff --git a/history.h b/history.h index aa4038e..c053b96 100644 --- a/history.h +++ b/history.h @@ -26,7 +26,7 @@ typedef enum history_class history_class_t; void mutt_init_history (void); void mutt_history_add (history_class_t, const char *); -char *mutt_history_next (history_class_t); -char *mutt_history_prev (history_class_t); +const char *mutt_history_next (history_class_t); +const char *mutt_history_prev (history_class_t); #endif