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-26 23:58:24 +0000
committerJames Booth <boothj5@gmail.com>2012-11-26 23:58:24 +0000
commit213ccc0150ab50084ddb80721a38a552fff76686 (patch)
treed07f4814ce714f5a4461afcc88f345b8e6c43f57 /src/preferences.h
parent791667fa8656408df230066e743a756cd7270100 (diff)
downloadprofani-tty-213ccc0150ab50084ddb80721a38a552fff76686.tar.gz
Added /autoping command to set ping interval or disable with 0
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 bde18e59..b871d053 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -78,6 +78,8 @@ void prefs_set_priority(gint value);
 gint prefs_get_priority(void);
 void prefs_set_reconnect(gint value);
 gint prefs_get_reconnect(void);
+void prefs_set_autoping(gint value);
+gint prefs_get_autoping(void);
 
 void prefs_add_login(const char *jid);