summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/file.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.hh b/src/file.hh
index 863c98fb..fa9fa698 100644
--- a/src/file.hh
+++ b/src/file.hh
@@ -54,6 +54,7 @@ CandidateList complete_filename(StringView prefix, const Regex& ignore_regex,
ByteCount cursor_pos = -1);
CandidateList complete_command(StringView prefix, ByteCount cursor_pos = -1);
+
}
#endif // file_hh_INCLUDED