Add: List recent news messages in crashlog output

This commit is contained in:
Charles Pigott
2018-04-12 21:31:35 +01:00
committed by frosch
parent 6ac079020b
commit 62d79900ec
4 changed files with 32 additions and 4 deletions

View File

@@ -12,7 +12,11 @@
#ifndef NEWS_GUI_H
#define NEWS_GUI_H
#include "news_type.h"
void ShowLastNewsMessage();
void ShowMessageHistory();
extern NewsItem *_oldest_news;
#endif /* NEWS_GUI_H */