diff options
Diffstat (limited to '')
-rw-r--r-- | src/wreadln.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wreadln.h b/src/wreadln.h index 35e91bcf2..d448f4119 100644 --- a/src/wreadln.h +++ b/src/wreadln.h @@ -34,5 +34,12 @@ gchar *wreadln(WINDOW *w, /* the curses window to use */ GCompletion *gcmp /* a GCompletion structure or NULL */ ); +gchar * +wreadln_masked(WINDOW *w, + const gchar *prompt, + const gchar *initial_value, + gint x1, + GList **history, + GCompletion *gcmp); #endif |