Sha256: 37492249a4dd0e617b4e7a3297ce85342f3c35c00375ad97f7ca40e2e13ad7cd
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
/* * Copyright (C) 2009-2012 the libgit2 contributors * * 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_protocol_h__ #define INCLUDE_protocol_h__ #include "transport.h" #include "buffer.h" typedef struct { git_transport *transport; git_vector *refs; git_buf buf; int error; unsigned int flush :1; } git_protocol; int git_protocol_store_refs(git_protocol *p, const char *data, size_t len); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rugged-0.17.0b2 | ext/rugged/vendor/libgit2-dist/src/protocol.h |
rugged-0.17.0b1 | ext/rugged/vendor/libgit2-dist/src/protocol.h |