]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.h
Start on Console class
[bacula/bacula] / bacula / src / qt-console / bat.h
1
2 #ifndef _BAT_H_
3
4 #include "mainwindow.h"
5 #include "config.h"
6 #include "bacula.h"
7 #include "bat_conf.h"
8 #include "jcr.h"
9
10 extern MainWindow *mainWin;
11 extern QApplication *app;
12 extern BSOCK *UA_sock;
13
14
15 void set_textf(const char *fmt, ...);
16 void set_text(const char *buf);
17
18 int bvsnprintf(char *str, int32_t size, const char *format, va_list ap);
19
20 #endif /* _BAT_H_ */