aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-11-24 17:26:48 +0100
committerTharre <tharre3@gmail.com>2014-11-24 17:26:48 +0100
commitf907d26292168cd9ba8900f3deec513c257c4ffc (patch)
tree5dc283c7fb1e390de2947e5060ad2f33b24412d1 /src/build.h
parentb62ca1e0c5c7256c26a68a9a2fb132787a469fc1 (diff)
downloadredo-f907d26292168cd9ba8900f3deec513c257c4ffc.tar.gz
redo-f907d26292168cd9ba8900f3deec513c257c4ffc.tar.xz
redo-f907d26292168cd9ba8900f3deec513c257c4ffc.zip
Refactor out handle_c and fix > 8096 reading bug
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.h b/src/build.h
index 2111b82..4961faa 100644
--- a/src/build.h
+++ b/src/build.h
@@ -13,6 +13,6 @@
extern void add_dep(const char *target, const char *parent, int ident);
extern int update_target(const char *target, int ident);
-extern void build_target(const char *target);
+extern int build_target(const char *target);
#endif