aboutsummaryrefslogtreecommitdiff
path: root/ui_ani.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2014-12-05 01:12:04 +0100
committertoni <matzeton@googlemail.com>2014-12-05 01:12:04 +0100
commit39b290a1a184060111719885b88fce4bcd068be5 (patch)
tree31377da45afe48099dcf6473e20c7105878c740b /ui_ani.h
parent26f91f28f8d14951df16d1d1a3a17f2d9b0e6a83 (diff)
- preparing major naskpass (UI) upgrade ..
Diffstat (limited to 'ui_ani.h')
-rw-r--r--ui_ani.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/ui_ani.h b/ui_ani.h
index 41b48eb..20a4b5a 100644
--- a/ui_ani.h
+++ b/ui_ani.h
@@ -1,5 +1,5 @@
-#ifndef UI_H
-#define UI_H 1
+#ifndef UI_ANIC_H
+#define UI_ANIC_H 1
#include <ncurses.h>
@@ -16,6 +16,9 @@ void
free_anic(struct anic *a);
int
-anic_cb(WINDOW *win, void *data);
+anic_cb(WINDOW *win, void *data, bool needs_update);
+
+void
+register_anic(struct anic *a, chtype attr);
#endif