aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-06 14:34:49 +0200
committerMax Kellermann <max@duempel.org>2008-10-06 14:34:49 +0200
commit4966421e402395e12bf22f75d438504937432e3e (patch)
tree08a32698f1ca30293b8f7aab4c681690a7ce2964 /src
parent1c9015ebba6e6f25e47c614f24696e247e5939ce (diff)
downloadmpd-4966421e402395e12bf22f75d438504937432e3e.tar.gz
mpd-4966421e402395e12bf22f75d438504937432e3e.tar.xz
mpd-4966421e402395e12bf22f75d438504937432e3e.zip
wreadln: import screen_bell() from screen_utils.h
Don't use "extern" outside of the headers, include the proper header instead.
Diffstat (limited to 'src')
-rw-r--r--src/wreadln.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wreadln.c b/src/wreadln.c
index 5962af703..edf4f702f 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 <stdlib.h>
@@ -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,