From 7c5042af3c606081d3f4b917ef667f6ed05780a8 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 9 Jun 2019 23:08:36 +0300 Subject: hook various previously unused modules together. This now allows us to send messages to the device and such. Yay? Yay. Signed-off-by: Gediminas Jakutis --- include/proto_stdio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/proto_stdio.h') diff --git a/include/proto_stdio.h b/include/proto_stdio.h index c54ef9c..c7b9b25 100644 --- a/include/proto_stdio.h +++ b/include/proto_stdio.h @@ -22,9 +22,11 @@ #ifndef USURPATION_PROTO_STDIO_H #define USURPATION_PROTO_STDIO_H +#include "tlv.h" + int proto_stdio_init(void); void proto_stdio_close(void); void message_receive(char *); -char *message_send(void); +struct tlv *message_send(struct tlv *in); #endif /* USURPATION_PROTO_STDIO_H */ -- cgit v1.2.3