summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc
index ce791015..f049d79c 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -2349,7 +2349,7 @@ static int complete_command(char *buf, int clen, int mlen)
}
-extern bool askfor_aux(std::string *buf, std::size_t max_len)
+bool askfor_aux(std::string *buf, std::size_t max_len)
{
// Buffer
char cstr[1024];