From a40e1d524849e22edf2fb65b5c2fedbe47a59b81 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 2 May 2017 19:20:57 +0200 Subject: Remove redundant "extern" on function declarations --- src/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.cc') 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]; -- cgit v1.2.3