]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/message.h
Add missing cast
[bacula/bacula] / bacula / src / lib / message.h
index 677efbb9c2cf9039076abd937064dd1a05f173af..e49a69741823548dbf634eda1bbfd43473c16c43 100644 (file)
@@ -128,6 +128,7 @@ struct MQUEUE_ITEM {
 void d_msg(const char *file, int line, int level, const char *fmt,...);
 void e_msg(const char *file, int line, int type, int level, const char *fmt,...);
 void Jmsg(JCR *jcr, int type, time_t mtime, const char *fmt,...);
+void Qmsg(JCR *jcr, int type, time_t mtime, const char *fmt,...);
 
 extern int debug_level;
 extern int verbose;