about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-14 23:10:51 +0000
committerJames Booth <boothj5@gmail.com>2015-03-14 23:10:51 +0000
commitca30ff3910e27d35de8ebf9f909a38b022a16343 (patch)
treee14e6ffa627365f413784a380db1e540c534df9d /src/ui/ui.h
parenta79ea3cbe239f6ce9db37896b2251c1b25143b7d (diff)
parent385336c10b0026025d4cd3a32d0a9b1bc521469a (diff)
downloadprofani-tty-ca30ff3910e27d35de8ebf9f909a38b022a16343.tar.gz
Merge branch 'master' into xep-0184
Conflicts:
	src/server_events.c
	src/ui/core.c
	src/ui/ui.h
	tests/ui/stub_ui.c
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 9c8b9b4d..a2ab5945 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -122,6 +122,7 @@ void ui_disconnected(void);
 void ui_recipient_gone(const char * const barejid, const char * const resource);
 
 void ui_outgoing_chat_msg(const char * const barejid, const char * const message, char *id);
+void ui_outgoing_chat_msg_carbon(const char * const barejid, const char * const message);
 void ui_outgoing_private_msg(const char * const fulljid, const char * const message);
 
 void ui_room_join(const char * const roomjid, gboolean focus);