summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto_stdio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proto_stdio.h b/include/proto_stdio.h
index 7f9bcee..81955a9 100644
--- a/include/proto_stdio.h
+++ b/include/proto_stdio.h
@@ -2,6 +2,7 @@
* Usurpation – null (stdio) im proto
*
* Copyright (C) 2019 Gediminas Jakutis
+ * Copyright (C) 2019 Paulius Ratkevičius
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -23,5 +24,7 @@
int proto_stdio_init(void);
void proto_stdio_close(void);
+void message_receive(char *);
+char * message_send(void);
#endif /* USURPATION_PROTO_STDIO_H */