From: Marco van Wieringen Date: Tue, 25 Jan 2011 18:17:18 +0000 (+0100) Subject: Drop removed catalog function prototype. X-Git-Tag: Release-5.2.1~718 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ef8e69ca194a335b9cc637b488c67f175c39e28d;hp=b0b4fcfa5e9278782206339a16d9812ec4978ebf;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 */