From 76a8fab4adc293982f355609b89dde88d5f355e0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Sep 2008 12:27:29 +0200 Subject: fix function prototypes Add missing prototypes, and fix wrong prototypes. Convert lots of functions to "static" when they are only used within the current source file. --- src/wreadln.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/wreadln.h') 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 -- cgit v1.2.3