summaryrefslogtreecommitdiffstats
path: root/include/proto_stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto_stdio.h')
-rw-r--r--include/proto_stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto_stdio.h b/include/proto_stdio.h
index 81955a9..c54ef9c 100644
--- a/include/proto_stdio.h
+++ b/include/proto_stdio.h
@@ -25,6 +25,6 @@
int proto_stdio_init(void);
void proto_stdio_close(void);
void message_receive(char *);
-char * message_send(void);
+char *message_send(void);
#endif /* USURPATION_PROTO_STDIO_H */