diff options
| author | Shawn O. Pearce <spearce@spearce.org> | 2008-10-31 12:30:28 -0700 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-31 12:47:11 -0700 |
| commit | 061605020c8f212d696a2a3d28e20c7091c09443 (patch) | |
| tree | 02f498e4bb85187f9fbc0b0e2eee06d5c9c27a0d /src/git_common.h | |
| parent | 0e7fa1fe6837a46fad03e7fa9a3df0815364982d (diff) | |
| download | libgit2-061605020c8f212d696a2a3d28e20c7091c09443.tar.gz | |
Take the first stab at defining revision traversal
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'src/git_common.h')
| -rw-r--r-- | src/git_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/git_common.h b/src/git_common.h index f5121b1e6..6e19d89f3 100644 --- a/src/git_common.h +++ b/src/git_common.h @@ -78,6 +78,9 @@ typedef int git_result_t; /** Input does not exist in the scope searched. */ #define GIT_ENOTFOUND (GIT_ERROR - 2) +/** A revision traversal pool. */ +typedef struct git_revp_t git_revp_t; + /** @} */ GIT_END_DECL #endif |
