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-12-06 02:12:20 +0000
committerJames Booth <boothj5@gmail.com>2015-12-06 02:12:20 +0000
commit53fd2b35343d6ba66ee97be3adb136f266270c07 (patch)
treef131b0e27ee9156e48d6be620c97b7f6c71d9de5 /src/config/preferences.h
parente9e54dca4490d3e60760100e066ad0d7ae2a71f4 (diff)
downloadprofani-tty-53fd2b35343d6ba66ee97be3adb136f266270c07.tar.gz
Read ~/.config/profanity/inputrc
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 b2411906..910245c1 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -222,4 +222,6 @@ gboolean prefs_get_room_notify(const char *const roomjid);
 gboolean prefs_get_room_notify_mention(const char *const roomjid);
 gboolean prefs_get_room_notify_trigger(const char *const roomjid);
 
+gchar* prefs_get_inputrc(void);
+
 #endif