summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c9015e)
raw | patch | inline | side by side (parent: 1c9015e)
author | Max Kellermann <max@duempel.org> | |
Mon, 6 Oct 2008 12:34:49 +0000 (14:34 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 6 Oct 2008 12:34:49 +0000 (14:34 +0200) |
Don't use "extern" outside of the headers, include the proper header
instead.
instead.
src/wreadln.c | patch | blob | history |
diff --git a/src/wreadln.c b/src/wreadln.c
index 5962af703e631ca7eae6bd59b7fbb407ee15cf1b..edf4f702f8d3a624bdad37a10c6c7da98514130c 100644 (file)
--- a/src/wreadln.c
+++ b/src/wreadln.c
#include "wreadln.h"
#include "charset.h"
+#include "screen_utils.h"
#include "config.h"
#include <stdlib.h>
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,