index
:
naskpass.git
NCurses based replacement for askpass (related to cryptsetup).
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
ui.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'ui.h')
-rw-r--r--
ui.h
9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 90b10cd..8202f14 100644
--- a/
ui.h
+++ b/
ui.h
@@ -26,6 +26,15 @@ register_ui_elt(ui_callback uicb, void *data, WINDOW *wnd, chtype attrs);
void
unregister_ui_elt(void *data);
+void
+set_update(void *ptr_data, bool do_update);
+
+void
+init_ui(void);
+
+void
+free_ui(void);
+
int
run_ui_thrd(void);