summaryrefslogtreecommitdiff
path: root/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.h')
-rw-r--r--client/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/client.h b/client/client.h
index 373b1c6f..2d215059 100644
--- a/client/client.h
+++ b/client/client.h
@@ -6,11 +6,12 @@
* Can be freely distributed and used under the terms of the GNU GPL.
*/
-/* client.c */
+/* client.c callbacks */
void cleanup(void);
void input_start_list(void);
void input_stop_list(void);
+void server_got_reply(char *x);
/* commands.c */