aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-11-11 13:45:14 +0100
committerTharre <tharre3@gmail.com>2014-11-11 14:03:32 +0100
commit56f3fa373a76842275b199c9ce14fd8e626bd909 (patch)
tree3ef552a3041afe97686532a8bec492e2c786505d /src/build.h
parenta07239b0d220fb04dadd6422fd75defa13ee50b9 (diff)
downloadredo-56f3fa373a76842275b199c9ce14fd8e626bd909.tar.gz
redo-56f3fa373a76842275b199c9ce14fd8e626bd909.tar.xz
redo-56f3fa373a76842275b199c9ce14fd8e626bd909.zip
Some refactoring and small fixes.
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.h b/src/build.h
index c4a6aeb..8a5f072 100644
--- a/src/build.h
+++ b/src/build.h
@@ -14,5 +14,6 @@
extern void add_dep(const char *target, const char *parent, int ident);
extern bool has_changed(const char *target, int ident, bool is_sub_dependency);
extern int build_target(const char *target);
+extern bool environment_sane();
#endif