X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=history.h;h=c053b96701e216a760b0a2cadfd09a60674c204c;hp=aa4038ea484fda7cb247a36f17fb1d34883eb588;hb=022bbfdd9d1241f2e50b1cdb5a4d3dc58aaeb8bf;hpb=c3e57678c8be193fc137854020f3a90887be97c9 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