summaryrefslogtreecommitdiffstats
path: root/src/proto/blob.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/blob.pro')
-rw-r--r--src/proto/blob.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/blob.pro b/src/proto/blob.pro
index 3bc6625456..6be7f0bea5 100644
--- a/src/proto/blob.pro
+++ b/src/proto/blob.pro
@@ -13,5 +13,6 @@ int read_blob(FILE *fd, blob_T *blob);
int write_blob(FILE *fd, blob_T *blob);
char_u *blob2string(blob_T *blob, char_u **tofree, char_u *numbuf);
blob_T *string2blob(char_u *str);
+int blob_slice_or_index(blob_T *blob, int is_range, varnumber_T n1, varnumber_T n2, int exclusive, typval_T *rettv);
void blob_remove(typval_T *argvars, typval_T *rettv);
/* vim: set ft=c : */