summaryrefslogtreecommitdiff
path: root/include/git2/types.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2012-11-05 11:33:10 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2012-11-05 16:00:29 -0600
commit09cc0b92dc60c726180cda36643e263c32d9a812 (patch)
tree8b07bb41b327e75c6c92616ec891809b11552ed7 /include/git2/types.h
parenta5e85d86b7e13352c553b0a43bc36fee5880b5c7 (diff)
downloadlibgit2-09cc0b92dc60c726180cda36643e263c32d9a812.tar.gz
create callback to handle packs from fetch, move the indexer to odb_pack
Diffstat (limited to 'include/git2/types.h')
-rw-r--r--include/git2/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/types.h b/include/git2/types.h
index 01ddbf3d6..58cbaecc5 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -89,6 +89,9 @@ typedef struct git_odb_object git_odb_object;
/** A stream to read/write from the ODB */
typedef struct git_odb_stream git_odb_stream;
+/** A stream to write a packfile to the ODB */
+typedef struct git_odb_writepack git_odb_writepack;
+
/**
* Representation of an existing git repository,
* including all its object contents