X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fprotos.h;h=9801674f6dbb9ab59de2b193a213c76a2b9554dc;hb=cc3fdb475d3e79074316bb7870211fe604cfb4d3;hp=cd5943647b0bc777da4ebd3872e5e32ada95b45f;hpb=2bbd2cf39e8f91d4b3cef8902bff67e92807afce;p=bacula%2Fbacula diff --git a/bacula/src/cats/protos.h b/bacula/src/cats/protos.h index cd5943647b..9801674f6d 100644 --- a/bacula/src/cats/protos.h +++ b/bacula/src/cats/protos.h @@ -143,11 +143,12 @@ int db_update_stats(JCR *jcr, B_DB *mdb, utime_t age); -bool db_init_base_file(JCR *jcr, B_DB *mdb); bool db_create_base_file_attributes_record(JCR *jcr, B_DB *mdb, ATTR_DBR *ar); bool db_commit_base_file_attributes_record(JCR *jcr, B_DB *mdb); void db_cleanup_base_file(JCR *jcr, B_DB *mdb); bool db_create_base_file_list(JCR *jcr, B_DB *mdb, char *jobids); +bool db_get_base_file_list(JCR *jcr, B_DB *mdb, DB_RESULT_HANDLER *result_handler, + void *ctx); #endif /* __SQL_PROTOS_H */