diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-09 23:12:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-10 12:56:36 -0700 |
commit | f766b36783c7ceeb0427f5e1af862b9a67ae1c4c (patch) | |
tree | 6595f1bf9fc648da7ad18788270dec771ba87bce /wt-status.h | |
parent | 23900a964608bbfda6989a0a2cd4342f19f9194c (diff) | |
download | git-f766b36783c7ceeb0427f5e1af862b9a67ae1c4c.tar.gz |
Make git_status_config() file scope static to builtin-commit.c
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, 0 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h index 0297fabdc1..95f5af8902 100644 --- a/wt-status.h +++ b/wt-status.h @@ -50,7 +50,6 @@ struct wt_status { struct string_list change; }; -int git_status_config(const char *var, const char *value, void *cb); void wt_status_prepare(struct wt_status *s); void wt_status_print(struct wt_status *s); void wt_status_collect_changes(struct wt_status *s); |