aboutsummaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu.h b/menu.h
index bfbc94a..039cac7 100644
--- a/menu.h
+++ b/menu.h
@@ -68,6 +68,7 @@ struct menu {
struct item *sel; // selected item
struct page *pages; // list of pages
+ void (*callback)(struct menu *menu);
bool exit;
bool failure;
};