From 81602e816f9d1e9ae0fa06482037e79bb8750806 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 26 May 2019 15:58:13 +0300 Subject: daemon: improve threading logic on null proto. Functions now prevent interruptions that can produce an inconsistent state in the program. Also, cosmetic changes. Signed-off-by: Gediminas Jakutis --- include/proto_stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/proto_stdio.h') 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 */ -- cgit v1.2.3