aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-07-31 04:12:44 +0200
committertoni <matzeton@googlemail.com>2016-07-31 04:12:44 +0200
commitf47610184e074eb2cdfae9ceaee5f8811007faff (patch)
tree636b732188f4698c61972d101d2abac385ee8717 /src/ui.h
parentc0eb5798acaea17314de1a18cd0f4ce3d82c7e73 (diff)
exported atmout to nask_ui, fixed weird memory error (busy_str in
infownd_update had a buffer overflow, but valgrind wasn't able to catch this, cz the overwrite happened in same memory segment (special case), gdb ftw
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 1c77ee7..8788867 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -94,7 +94,7 @@ char ui_wgetch(int timeout);
int ui_wgetchtest(int timeout, char testchar);
WINDOW *
-init_ui(uicb_update on_update_callback);
+init_ui(uicb_update on_update_callback, uicb_update on_postupdate_callback);
void
free_ui(void);