From 252908680167d77ff33c5857097c55e121239800 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 30 Aug 2009 23:25:19 +0200 Subject: [PATCH] Remove old subroutine prototype --- bacula/src/cats/protos.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bacula/src/cats/protos.h b/bacula/src/cats/protos.h index 544ef803d5..3c128e20a1 100644 --- a/bacula/src/cats/protos.h +++ b/bacula/src/cats/protos.h @@ -111,8 +111,6 @@ int db_get_counter_record(JCR *jcr, B_DB *mdb, COUNTER_DBR *cr); bool db_get_query_dbids(JCR *jcr, B_DB *mdb, POOL_MEM &query, dbid_list &ids); bool db_get_file_list(JCR *jcr, B_DB *mdb, char *jobids, DB_RESULT_HANDLER *result_handler, void *ctx); bool db_accurate_get_jobids(JCR *jcr, B_DB *mdb, JOB_DBR *jr, db_list_ctx *jobids); -int db_get_int_handler(void *list, int num_fields, char **row); - /* sql_list.c */ enum e_list_type { -- 2.39.5