Added chlog preference for chat logging

This commit is contained in:
James Booth
2012-07-22 23:07:34 +01:00
parent a3efcb7e05
commit 6b697054b6
5 changed files with 47 additions and 13 deletions

View File

@@ -36,10 +36,13 @@ gboolean prefs_get_notify(void);
void prefs_set_notify(gboolean value);
gboolean prefs_get_flash(void);
void prefs_set_flash(gboolean value);
void prefs_add_login(const char *jid);
gboolean prefs_get_chlog(void);
void prefs_set_chlog(gboolean value);
gboolean prefs_get_showsplash(void);
void prefs_set_showsplash(gboolean value);
void prefs_add_login(const char *jid);
NCURSES_COLOR_T prefs_get_bkgnd();
NCURSES_COLOR_T prefs_get_text();
NCURSES_COLOR_T prefs_get_online();