git-format-patch --start-number <n>
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index f625c8ef17bb0fd28b9117c6001d2778ffb5f88c..3a46fb97bc9e8440228432b57d9c37fefde109c1 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -155,6 +155,7 @@ extern int ce_match_stat(struct cache_entry *ce, struct stat *st, int);
 extern int ce_modified(struct cache_entry *ce, struct stat *st, int);
 extern int ce_path_match(const struct cache_entry *ce, const char **pathspec);
 extern int index_fd(unsigned char *sha1, int fd, struct stat *st, int write_object, const char *type);
+extern int read_pipe(int fd, char** return_buf, unsigned long* return_size);
 extern int index_pipe(unsigned char *sha1, int fd, const char *type, int write_object);
 extern int index_path(unsigned char *sha1, const char *path, struct stat *st, int write_object);
 extern void fill_stat_cache_info(struct cache_entry *ce, struct stat *st);