diff options
| author | Vicent Martà <tanoku@gmail.com> | 2011-07-11 04:19:46 -0700 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2011-07-11 04:19:46 -0700 |
| commit | 9b6fccc9ba6107870daa4ac71db06e83e2a3f6cc (patch) | |
| tree | 5583ced82a45bb148b8416d8dc81e4f0fdb91695 /include/git2 | |
| parent | 283eeefb0988f2981c846773e715b7e67a559b39 (diff) | |
| parent | f6e4a98a957a1246afce3e5226ee37a50da78b9a (diff) | |
| download | libgit2-9b6fccc9ba6107870daa4ac71db06e83e2a3f6cc.tar.gz | |
Merge pull request #315 from belkiss/development
Finish to hide git_pkt from external API.
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/types.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/git2/types.h b/include/git2/types.h index 256393e72..9d14c3e2f 100644 --- a/include/git2/types.h +++ b/include/git2/types.h @@ -185,12 +185,6 @@ typedef int (*git_transport_cb)(git_transport **transport); typedef struct git_remote_head git_remote_head; typedef struct git_headarray git_headarray; -/* Several types of packets */ -typedef enum git_pkt_type git_pkt_type; -typedef struct git_pkt git_pkt; -typedef struct git_pkt_cmd git_pkt_cmd; -typedef struct git_pkt_ref git_pkt_ref; - /** @} */ GIT_END_DECL |
