aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index e5d5465..09e1710 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,6 +1,11 @@
#ifndef PARSER_H
#define PARSER_H
+#include "config.h"
+
+void parse_config();
+void load_full_build(struct project_t*, struct build_t*);
+
void argv_to_path(int, char**);
void parse_path(const char*);
void parse_query(const char*);