aboutsummaryrefslogtreecommitdiff
path: root/scripts/write_config/solution.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/write_config/solution.h')
-rw-r--r--scripts/write_config/solution.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/write_config/solution.h b/scripts/write_config/solution.h
index 100a9fe..7a37c15 100644
--- a/scripts/write_config/solution.h
+++ b/scripts/write_config/solution.h
@@ -3,7 +3,6 @@
#include <stdbool.h>
#include <kconfig/lkc.h>
#include <build_files.h>
-#include "symlist.h"
#ifndef _SOLUTION_H_
#define _SOLUTION_H_
@@ -15,7 +14,7 @@ struct solution {
size_t size;
};
-struct solution *solution_load(FILE *fmap, FILE *fsolved);
-void solution_check(struct symlist *sl, struct solution *s);
+struct solution *solution_load(char *source_config);
+int solution_check(struct solution *s);
#endif /* _SOLUTION_H_ */