X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=wt-status.h;h=682b4c8f7da2c58f741a958f6488a48fd7b483b4;hb=014d298b1d6c7a493e7a4339e8327ae1c8e1d8d9;hp=cec482a56e8ec5b780a938037bdea7432bb93475;hpb=dc7f96f1f4a071150d2c817e6ca72ecfb7edd72d;p=git.git diff --git a/wt-status.h b/wt-status.h index cec482a56..682b4c8f7 100644 --- a/wt-status.h +++ b/wt-status.h @@ -75,4 +75,11 @@ void wt_status_collect(struct wt_status *s); void wt_shortstatus_print(struct wt_status *s, int null_termination, int show_branch); void wt_porcelain_print(struct wt_status *s, int null_termination); +void status_printf_ln(struct wt_status *s, const char *color, const char *fmt, ...) + ; +void status_printf(struct wt_status *s, const char *color, const char *fmt, ...) + ; +void status_printf_more(struct wt_status *s, const char *color, const char *fmt, ...) + __attribute__((format(printf, 3, 4))); + #endif /* STATUS_H */