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-01 00:12:35 +0000
committerJames Booth <boothj5@gmail.com>2012-11-01 00:12:35 +0000
commit4be7833e2b3ebc39552b4418d2b54f130b29f4ed (patch)
tree661a43eaefed91326bad09ab18a0b8aa989861ed /src/preferences.h
parent270ac0355857d8a47453fc29f6131f281ba168be (diff)
downloadprofani-tty-4be7833e2b3ebc39552b4418d2b54f130b29f4ed.tar.gz
Added a seperate option to enable outgoing typing notifications
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 31f352cb..e2975c51 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -58,6 +58,8 @@ gboolean prefs_get_intype(void);
 void prefs_set_intype(gboolean value);
 gboolean prefs_get_states(void);
 void prefs_set_states(gboolean value);
+gboolean prefs_get_outtype(void);
+void prefs_set_outtype(gboolean value);
 
 void prefs_set_notify_message(gboolean value);
 gboolean prefs_get_notify_message(void);