summaryrefslogtreecommitdiff
path: root/src/patch_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch_parse.h')
-rw-r--r--src/patch_parse.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/patch_parse.h b/src/patch_parse.h
index f27651e39..140629da8 100644
--- a/src/patch_parse.h
+++ b/src/patch_parse.h
@@ -9,24 +9,15 @@
#include "common.h"
+#include "parse.h"
#include "patch.h"
typedef struct {
git_refcount rc;
- /* Original content buffer */
- const char *content;
- size_t content_len;
-
git_patch_options opts;
- /* The remaining (unparsed) buffer */
- const char *remain;
- size_t remain_len;
-
- const char *line;
- size_t line_len;
- size_t line_num;
+ git_parse_ctx parse_ctx;
} git_patch_parse_ctx;
extern git_patch_parse_ctx *git_patch_parse_ctx_init(