diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/protocol.h b/src/protocol.h index 9d53480f3..615be8d63 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -11,15 +11,7 @@ #include "buffer.h" #include "pkt.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); +int git_protocol_store_refs(git_transport *t, int flushes); int git_protocol_detect_caps(git_pkt_ref *pkt, git_transport_caps *caps); #endif |