]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.h
sequencer: make the todo_list structure public
authorAlban Gruin <alban.gruin@gmail.com>
Sat, 29 Dec 2018 16:03:59 +0000 (17:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2019 21:22:09 +0000 (13:22 -0800)
commit5d94d54564fb0dea1f3caf2f1dacb7701f4be25c
treef37cc7f7770e7ff7640079cd0cf7482323d50f48
parent2b71595d47a75031346d7bc0125da39a9bb10126
sequencer: make the todo_list structure public

This makes the structures todo_list and todo_item, and the functions
todo_list_release() and parse_insn_buffer(), accessible outside of
sequencer.c.

Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c
sequencer.h