diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2017-03-18 09:03:11 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-18 10:32:22 -0700 |
commit | 504c4d42db8f597b2d151b8b52321cd6130b5363 (patch) | |
tree | d154c637cef4e01e6fd039d8bfd22f18ed85dda1 | |
parent | Fifth batch for 2.13 (diff) | |
download | tgif-504c4d42db8f597b2d151b8b52321cd6130b5363.tar.xz |
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>
-rw-r--r-- | refs.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. * |