X11: save and load message history

This commit is contained in:
Pasi Kallinen
2018-10-21 17:26:24 +03:00
parent 17b48480a5
commit d648f4c371
2 changed files with 40 additions and 1 deletions

View File

@@ -394,6 +394,8 @@ E void FDECL(hilight_value, (Widget));
E void FDECL(swap_fg_bg, (Widget));
/* external declarations */
E char *FDECL(X11_getmsghistory, (BOOLEAN_P));
E void FDECL(X11_putmsghistory, (const char *, BOOLEAN_P));
E void FDECL(X11_init_nhwindows, (int *, char **));
E void NDECL(X11_player_selection);
E void NDECL(X11_askname);