Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Enable wt-status output to a given FILE pointer.
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index cfea4ae68805d74b825cae6935a4a0dd5de5134d..4f3a615c32bb15bd67cb0a467a7114453fc9a6f1 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-1,6
+1,8
@@
#ifndef STATUS_H
#define STATUS_H
+#include <stdio.h>
+
enum color_wt_status {
WT_STATUS_HEADER,
WT_STATUS_UPDATED,
@@
-19,6
+21,7
@@
struct wt_status {
int commitable;
int workdir_dirty;
int workdir_untracked;
+ FILE *fp;
};
int git_status_config(const char *var, const char *value);