about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-21 21:49:12 +0000
committerJames Booth <boothj5@gmail.com>2015-11-21 21:49:12 +0000
commitef0f093efde451ff9c73e304bf50020385942d55 (patch)
tree52917b2ec14dbcd82eb2929e97b0e22c5c6b4765 /src/config/preferences.h
parentf54c2e8ecab9134eca315313bfd269a0261e4763 (diff)
downloadprofani-tty-ef0f093efde451ff9c73e304bf50020385942d55.tar.gz
Added /roster indent resource
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index 374f6947..8daa0a99 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -174,6 +174,8 @@ void prefs_clear_roster_contact_char(void);
 
 gint prefs_get_roster_contact_indent(void);
 void prefs_set_roster_contact_indent(gint value);
+gint prefs_get_roster_resource_indent(void);
+void prefs_set_roster_resource_indent(gint value);
 
 void prefs_add_login(const char *jid);