summaryrefslogtreecommitdiff
path: root/include/git2/pkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/pkt.h')
-rw-r--r--include/git2/pkt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/pkt.h b/include/git2/pkt.h
index 4a0767e27..680dcc618 100644
--- a/include/git2/pkt.h
+++ b/include/git2/pkt.h
@@ -28,7 +28,7 @@
enum git_pkt_type {
GIT_PKT_CMD,
GIT_PKT_FLUSH,
- GIT_PKT_HEAD,
+ GIT_PKT_REF,
GIT_PKT_HAVE,
};
@@ -45,7 +45,7 @@ struct git_pkt_cmd {
};
/* This is a pkt-line with some info in it */
-struct git_pkt_head {
+struct git_pkt_ref {
enum git_pkt_type type;
git_remote_head head;
};