]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.h
Update names
[bacula/bacula] / bacula / src / qt-console / bat.h
1
2 #include "mainwindow.h"
3 #include "config.h"
4 #include "bacula.h"
5 #include "bat_conf.h"
6 #include "jcr.h"
7
8 extern MainWindow *mainWin;
9 extern QApplication *app;
10
11 void set_textf(const char *fmt, ...);
12 void set_text(const char *buf);
13
14 int bvsnprintf(char *str, int32_t size, const char *format, va_list ap);