]> git.ipfire.org Git - thirdparty/git.git/blobdiff - chunk-format.h
l10n: de.po: Update German translation
[thirdparty/git.git] / chunk-format.h
index 9ccbe0037792c36620644996de66f5f779f93e98..7885aa084878dde2f2786545b7edc05e7d3fee24 100644 (file)
@@ -2,6 +2,7 @@
 #define CHUNK_FORMAT_H
 
 #include "git-compat-util.h"
+#include "hash.h"
 
 struct hashfile;
 struct chunkfile;
@@ -65,4 +66,6 @@ int read_chunk(struct chunkfile *cf,
               chunk_read_fn fn,
               void *data);
 
+uint8_t oid_version(const struct git_hash_algo *algop);
+
 #endif