summaryrefslogtreecommitdiff
path: root/src/proto/quickfix.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-25 23:31:12 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-25 23:31:12 +0200
commitf0a521f4f76904edb74e182c12732189b347ff68 (patch)
tree6814c7f84c1f6120b504d427bca34feaf9c36a45 /src/proto/quickfix.pro
parentfc716d725613c3b5934e7eac6573adde8e4f8183 (diff)
downloadvim-git-f0a521f4f76904edb74e182c12732189b347ff68.tar.gz
patch 8.0.0776: function prototypes missing without the quickfix featurev8.0.0776
Problem: Function prototypes missing without the quickfix feature. (Tony Mechelynck) Solution: Move non-quickfix functions to buffer.c.
Diffstat (limited to 'src/proto/quickfix.pro')
-rw-r--r--src/proto/quickfix.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro
index a1a634eec..4418cc47b 100644
--- a/src/proto/quickfix.pro
+++ b/src/proto/quickfix.pro
@@ -28,10 +28,4 @@ int set_ref_in_quickfix(int copyID);
void ex_cbuffer(exarg_T *eap);
void ex_cexpr(exarg_T *eap);
void ex_helpgrep(exarg_T *eap);
-int bt_quickfix(buf_T *buf);
-int bt_terminal(buf_T *buf);
-int bt_nofile(buf_T *buf);
-int bt_dontwrite(buf_T *buf);
-int bt_dontwrite_msg(buf_T *buf);
-int buf_hide(buf_T *buf);
/* vim: set ft=c : */