aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authortoni <toni@devlap.local>2015-10-13 17:42:21 +0200
committertoni <toni@devlap.local>2015-10-17 18:10:42 +0200
commitd7071577be3f49b964c4d234024bf62328d0209d (patch)
tree7fff5680467c93b2fbd06374e91c81cb44b2c09d /ui.h
parentc89e18ec972f165650a453aa8bd8b30309e323e6 (diff)
better ipc: using POSIX (semaphores && msg queues)
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h5
1 files changed, 1 insertions, 4 deletions
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