about summary refs log tree commit diff stats
path: root/src/event/ui_events.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-04 01:34:18 +0100
committerJames Booth <boothj5@gmail.com>2015-05-04 01:34:18 +0100
commitaca102f542c53a16b32eaf68c4ee8ff07433eda0 (patch)
tree36d5ccc120540fc91631e70a2cd74f699daab20c /src/event/ui_events.h
parent3dace733d982fdb33670f9a919cd9f46661d7088 (diff)
parentc8eaaa0ce918064a4009f706baac4a975999fc3f (diff)
downloadprofani-tty-aca102f542c53a16b32eaf68c4ee8ff07433eda0.tar.gz
Merge branch 'master' into pgp
Diffstat (limited to 'src/event/ui_events.h')
-rw-r--r--src/event/ui_events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event/ui_events.h b/src/event/ui_events.h
index b7075e61..3f7fed02 100644
--- a/src/event/ui_events.h
+++ b/src/event/ui_events.h
@@ -37,5 +37,6 @@
 
 void ui_ev_focus_win(ProfWin *win);
 ProfChatWin* ui_ev_new_chat_win(const char * const barejid);
+ProfPrivateWin* ui_ev_new_private_win(const char * const fulljid);
 
 #endif
\ No newline at end of file