From ef8e69ca194a335b9cc637b488c67f175c39e28d Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Tue, 25 Jan 2011 19:17:18 +0100 Subject: [PATCH 1/1] Drop removed catalog function prototype. --- bacula/src/lib/protos.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bacula/src/lib/protos.h b/bacula/src/lib/protos.h index 8a18b45908..5a7caba713 100644 --- a/bacula/src/lib/protos.h +++ b/bacula/src/lib/protos.h @@ -237,7 +237,6 @@ void init_console_msg (const char *wd); void free_msgs_res (MSGS *msgs); void dequeue_messages (JCR *jcr); void set_trace (int trace_flag); -void set_db_type (const char *name); void register_message_callback(void msg_callback(int type, char *msg)); /* bnet_server.c */ -- 2.39.2