X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=wt-status.h;h=35b44c388edf0cd75cca00e1458b9995c8001538;hb=a1f95951efc55c97477e32287b06e204553be5c2;hp=f1fa0ec1a750a92967c35cafe2fdb25a32873d5a;hpb=b10a44e6b69509a09aaa51c8aa6379ab3ca4f3d7;p=thirdparty%2Fgit.git diff --git a/wt-status.h b/wt-status.h index f1fa0ec1a7..35b44c388e 100644 --- a/wt-status.h +++ b/wt-status.h @@ -151,7 +151,14 @@ void wt_status_add_cut_line(FILE *fp); void wt_status_prepare(struct repository *r, struct wt_status *s); void wt_status_print(struct wt_status *s); void wt_status_collect(struct wt_status *s); +/* + * Frees the buffers allocated by wt_status_collect. + */ void wt_status_collect_free_buffers(struct wt_status *s); +/* + * Frees the buffers of the wt_status_state. + */ +void wt_status_state_free_buffers(struct wt_status_state *s); void wt_status_get_state(struct repository *repo, struct wt_status_state *state, int get_detached_from);