summaryrefslogtreecommitdiff
path: root/refs.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2017-03-18 02:03:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-03-18 17:32:22 (GMT)
commit504c4d42db8f597b2d151b8b52321cd6130b5363 (patch)
treed154c637cef4e01e6fd039d8bfd22f18ed85dda1 /refs.h
parent9d77b0405ce6b471cb5ce3a904368fc25e55643d (diff)
downloadgit-504c4d42db8f597b2d151b8b52321cd6130b5363.zip
git-504c4d42db8f597b2d151b8b52321cd6130b5363.tar.gz
git-504c4d42db8f597b2d151b8b52321cd6130b5363.tar.bz2
refs.h: add forward declaration for structs used in this file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs.h')
-rw-r--r--refs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/refs.h b/refs.h
index 3df0d45..2d6b626 100644
--- a/refs.h
+++ b/refs.h
@@ -1,6 +1,10 @@
#ifndef REFS_H
#define REFS_H
+struct object_id;
+struct strbuf;
+struct string_list;
+
/*
* Resolve a reference, recursively following symbolic refererences.
*