diff options
author | toni <toni@devlap.local> | 2015-10-13 17:42:21 +0200 |
---|---|---|
committer | toni <toni@devlap.local> | 2015-10-17 18:10:42 +0200 |
commit | d7071577be3f49b964c4d234024bf62328d0209d (patch) | |
tree | 7fff5680467c93b2fbd06374e91c81cb44b2c09d /ui.h | |
parent | c89e18ec972f165650a453aa8bd8b30309e323e6 (diff) |
better ipc: using POSIX (semaphores && msg queues)
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |