diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-10 08:12:19 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-10 21:56:36 +0200 |
commit | f766b36783c7ceeb0427f5e1af862b9a67ae1c4c (patch) | |
tree | 6595f1bf9fc648da7ad18788270dec771ba87bce /wt-status.h | |
parent | wt-status: move wt_status_colors[] into wt_status structure (diff) | |
download | git-f766b36783c7ceeb0427f5e1af862b9a67ae1c4c.tar.xz git-f766b36783c7ceeb0427f5e1af862b9a67ae1c4c.zip |
Make git_status_config() file scope static to builtin-commit.c
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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); |