diff options
author | toni <matzeton@googlemail.com> | 2014-12-05 01:12:04 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2014-12-05 01:12:04 +0100 |
commit | 39b290a1a184060111719885b88fce4bcd068be5 (patch) | |
tree | 31377da45afe48099dcf6473e20c7105878c740b /ui_ani.h | |
parent | 26f91f28f8d14951df16d1d1a3a17f2d9b0e6a83 (diff) |
- preparing major naskpass (UI) upgrade ..
Diffstat (limited to 'ui_ani.h')
-rw-r--r-- | ui_ani.h | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |