Sha256: 8902d9ba9102f10898c14d0a41a8d5823450527266908cbbb06e676309e23f56
Contents?: true
Size: 407 Bytes
Versions: 39
Compression:
Stored size: 407 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_diff_parse_h__ #define INCLUDE_diff_parse_h__ #include "common.h" #include "diff.h" typedef struct { struct git_diff base; git_vector patches; } git_diff_parsed; #endif
Version data entries
39 entries across 39 versions & 1 rubygems