summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/visio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/visio.h b/include/visio.h
index 2c015155..e4241c52 100644
--- a/include/visio.h
+++ b/include/visio.h
@@ -21,5 +21,7 @@
// int vans(char *prompt); // prompt at bottom and return y/n in lower case.
// void vs_bar(char *title); e// like stand_title
void vfooter(const char *caption, const char *prompt);
+void vbarf (const char *s, ...);
+void vbar (const char *l, const char *r);
#endif // _VISIO_H