about summary refs log tree commit diff stats
path: root/src/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-25 02:14:38 +0000
committerJames Booth <boothj5@gmail.com>2012-11-25 02:14:38 +0000
commit921f026cba6bae0f7450eea0c32b5ea36716cd0a (patch)
tree3abeb6b2495aab3bcbec81626f97d52088323fac /src/preferences.h
parent66d3e6ee02a28d9a93976da00cc12f8906dcf44a (diff)
downloadprofani-tty-921f026cba6bae0f7450eea0c32b5ea36716cd0a.tar.gz
Added auto reconnect, and /reconnect command to control interval
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preferences.h b/src/preferences.h
index f4547b07..bde18e59 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -76,6 +76,8 @@ void prefs_set_max_log_size(gint value);
 gint prefs_get_max_log_size(void);
 void prefs_set_priority(gint value);
 gint prefs_get_priority(void);
+void prefs_set_reconnect(gint value);
+gint prefs_get_reconnect(void);
 
 void prefs_add_login(const char *jid);