This commit is contained in:
2023-07-13 21:38:43 -04:00
parent 92478ec47c
commit 930361e78c
4 changed files with 14 additions and 3 deletions

View File

@@ -134,5 +134,7 @@ void exec_args_destroy(exec_args_t *args);
int exec_args_validate(exec_args_t *args, int argc, const char **argv);
void sqlite_index_args_destroy(sqlite_index_args_t *args);
#endif