diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2013-03-13 12:42:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-17 06:11:02 +0100 |
commit | b9691db4f90164b3de2c2ea7e82ea545f2056f52 (patch) | |
tree | 23c4ac8ea7dbc2618006e00bee4f945058b7606a /wt-status.h | |
parent | wt-status: move strbuf into read_and_strip_branch() (diff) | |
download | git-b9691db4f90164b3de2c2ea7e82ea545f2056f52.tar.xz git-b9691db4f90164b3de2c2ea7e82ea545f2056f52.zip |
wt-status: split wt_status_state parsing function out
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 'wt-status.h')
-rw-r--r-- | wt-status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h index b8c3512903..5ddcbf6b17 100644 --- a/wt-status.h +++ b/wt-status.h @@ -86,6 +86,7 @@ struct wt_status_state { void wt_status_prepare(struct wt_status *s); void wt_status_print(struct wt_status *s); void wt_status_collect(struct wt_status *s); +void wt_status_get_state(struct wt_status_state *state); void wt_shortstatus_print(struct wt_status *s); void wt_porcelain_print(struct wt_status *s); |