summary refs log tree commit diff
path: root/nav.h
diff options
context:
space:
mode:
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