about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-19 20:57:46 +0000
committerJames Booth <boothj5@gmail.com>2012-02-19 20:57:46 +0000
commitb3f42cd300e703e4d411ed03cef138462ff34fbf (patch)
tree2e3a5c85c13ea4f0ecc72622c68fa3152045011e /windows.h
parent35d224a2219f8acb9907825bca140e7400b63ba3 (diff)
downloadprofani-tty-b3f42cd300e703e4d411ed03cef138462ff34fbf.tar.gz
Dynamic memory allocation on get chat recipient
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows.h b/windows.h
index a5abe763..eccccf56 100644
--- a/windows.h
+++ b/windows.h
@@ -30,7 +30,7 @@ int win_is_active(int i);
 void win_switch_to(int i);
 void win_close_win(void);
 int win_in_chat(void);
-void win_get_recipient(char *recipient);
+char *win_get_recipient(void);
 void win_show_incomming_msg(char *from, char *message);
 void win_show_outgoing_msg(char *from, char *to, char *message);