summary refs log tree commit diff
path: root/nav.h
diff options
context:
space:
mode:
authorwrmr2024-11-06 02:09:26 -0500
committerwrmr2024-11-06 02:09:26 -0500
commita3f7fb80590705c1a7d7b42edd8f5f1362f09cfa (patch)
tree8d12c8f92c13c327571e77b8604b25801520afc7 /nav.h
parentd2c280d441ddf974c90447d0a9252f5711802304 (diff)
MORE prompt
Diffstat (limited to 'nav.h')
-rw-r--r--nav.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nav.h b/nav.h
index 0afcfaf..769096f 100644
--- a/nav.h
+++ b/nav.h
@@ -25,4 +25,6 @@ void nav_redraw(struct nav_state *ns);
 int nav_to(struct nav_state *ns, const char *url);
 int nav_link_nr(struct nav_state *ns, unsigned long link_nr);
 
+void nav_prompt(struct nav_state *ns);
+
 #endif