From d7071577be3f49b964c4d234024bf62328d0209d Mon Sep 17 00:00:00 2001 From: toni Date: Tue, 13 Oct 2015 17:42:21 +0200 Subject: better ipc: using POSIX (semaphores && msg queues) --- ui.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 77a5bc9..a34ca10 100644 --- a/ui.h +++ b/ui.h @@ -52,12 +52,9 @@ void free_ui(void); int -do_ui(int fifo_fd); +do_ui(void); void stop_ui(void); -bool -is_passwd_from_ui(void); - #endif -- cgit v1.2.3