From: Max Kellermann Date: Mon, 6 Oct 2008 12:34:49 +0000 (+0200) Subject: wreadln: import screen_bell() from screen_utils.h X-Git-Tag: v0.12_alpha1~63 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4966421e402395e12bf22f75d438504937432e3e;p=ncmpc.git wreadln: import screen_bell() from screen_utils.h Don't use "extern" outside of the headers, include the proper header instead. --- diff --git a/src/wreadln.c b/src/wreadln.c index 5962af7..edf4f70 100644 --- a/src/wreadln.c +++ b/src/wreadln.c @@ -18,6 +18,7 @@ #include "wreadln.h" #include "charset.h" +#include "screen_utils.h" #include "config.h" #include @@ -48,9 +49,6 @@ void *wrln_completion_callback_data = NULL; wrln_gcmp_pre_cb_t wrln_pre_completion_callback = NULL; wrln_gcmp_post_cb_t wrln_post_completion_callback = NULL; -extern void sigstop(void); -extern void screen_bell(void); - /* move the cursor one step to the right */ static inline void cursor_move_right(gint *cursor, gint *start,