From 39b290a1a184060111719885b88fce4bcd068be5 Mon Sep 17 00:00:00 2001 From: toni Date: Fri, 5 Dec 2014 01:12:04 +0100 Subject: - preparing major naskpass (UI) upgrade .. --- ui_ani.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ui_ani.h') 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 @@ -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 -- cgit v1.2.3