aboutsummaryrefslogtreecommitdiff
path: root/inc/build.h
diff options
context:
space:
mode:
authorMarvin Borner2023-04-14 18:02:02 +0200
committerMarvin Borner2023-04-14 18:02:02 +0200
commit35702ebb4997f5f1aec25ba1c9ba257f352ea493 (patch)
treee3dd9e543a3344cba23e48dc6bf903d65bc7e2a3 /inc/build.h
parent43996255f614ac57deb2fc0666f221853c60b343 (diff)
pqueue lib and fixes
this makes everything dramatically faster
Diffstat (limited to 'inc/build.h')
-rw-r--r--inc/build.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/build.h b/inc/build.h
index 4e9d634..2d99f9d 100644
--- a/inc/build.h
+++ b/inc/build.h
@@ -6,7 +6,9 @@
#include <spec.h>
#include <tree.h>
+#include <parse.h>
void write_bloc(struct list *table, const char *path);
+void write_blc(struct bloc_parsed *bloc, const char *path);
#endif