Code

Documentation/diff-options: reword description of --submodule option
[git.git] / wt-status.h
index 95f5af8902bf57cc67bcb84296934dec64d6ac0e..a0e75177bec925e95b4257811aae0bdee93c41f1 100644 (file)
@@ -48,10 +48,11 @@ struct wt_status {
        FILE *fp;
        const char *prefix;
        struct string_list change;
+       struct string_list untracked;
 };
 
 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);
+void wt_status_collect(struct wt_status *s);
 
 #endif /* STATUS_H */