]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Add a lockfile function to append to a file
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 5a28dddec931f983a4aeff2ee7129444d07e07aa..396eabf6ed02214f2c9f9e83c06c19aa7b7626e4 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -391,6 +391,7 @@ struct lock_file {
        char filename[PATH_MAX];
 };
 extern int hold_lock_file_for_update(struct lock_file *, const char *path, int);
+extern int hold_lock_file_for_append(struct lock_file *, const char *path, int);
 extern int commit_lock_file(struct lock_file *);
 
 extern int hold_locked_index(struct lock_file *, int);