From: Marco van Wieringen Date: Tue, 25 Jan 2011 18:17:18 +0000 (+0100) Subject: Drop removed catalog function prototype. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf5507c9af17af6de05e66563a0d5eaf266615cd;p=bacula%2Fbacula Drop removed catalog function prototype. --- 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 */