summaryrefslogtreecommitdiff
path: root/git.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2022-07-26 17:46:54 -0300
committermrb0nk500 <b0nk@b0nk.xyz>2022-07-26 17:46:54 -0300
commit45b91d6057fc67db1491d301cf44f4f93764c783 (patch)
tree4649e17b0d569136e48ec20cc9c91a8026218e31 /git.h
parent6fec7170544009fe3ce95b0d2b7e6ab65c97922d (diff)
git, index: Move index related functions to `index.{c,h}`
Diffstat (limited to 'git.h')
-rw-r--r--git.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/git.h b/git.h
index 9671a18..4fd7131 100644
--- a/git.h
+++ b/git.h
@@ -7,7 +7,6 @@
typedef struct git_repo git_repo;
typedef struct pull_request pull_request;
-typedef struct index index;
typedef struct file file;
typedef struct comment comment;
typedef struct git_branch git_branch;