Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-08-25 22:29:50 +0400
committerEdward Thomson <ethomson@microsoft.com>2014-10-27 05:59:36 +0300
commitb6b636a7fad2d87067df4df47f37b57467ad6bb6 (patch)
tree7819ee83d1c21015aa606d0cac49a20ddacb233f /include/git2/types.h
parent18b439b9beee050de0dbf2f4649609764a69fb3c (diff)
rebase: init/open a git_rebase object
Diffstat (limited to 'include/git2/types.h')
-rw-r--r--include/git2/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/types.h b/include/git2/types.h
index 16933976e..416140716 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -183,6 +183,8 @@ typedef struct git_merge_result git_merge_result;
/** Representation of a status collection */
typedef struct git_status_list git_status_list;
+/** Representation of a rebase */
+typedef struct git_rebase git_rebase;
/** Basic type of any Git reference. */
typedef enum {