diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/evanix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/evanix.h b/include/evanix.h index 5d512ae..2e69763 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -1,3 +1,4 @@ +#include <sqlite3.h> #include <stdbool.h> #include <stdint.h> @@ -14,6 +15,7 @@ struct evanix_opts_t { bool check_cache_status; bool break_evanix; char *system; + struct sqlite3 *estimate; uint32_t max_builds; int (*solver)(struct job **, struct job_clist *, int32_t); }; |