Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tt/bisect-in-c'
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 156a839484e3b646d0e713ecbb41559640e22c35..bcf9fd445f47d97b07e11365421a4e39e22fc8c8 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1822,4
+1822,7
@@
void safe_create_dir(const char *dir, int share);
*/
extern int print_sha1_ellipsis(void);
+/* Return 1 if the file is empty or does not exists, 0 otherwise. */
+extern int is_empty_or_missing_file(const char *filename);
+
#endif /* CACHE_H */