]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/bat.h
Start on Console class
[bacula/bacula] / bacula / src / qt-console / bat.h
index 186b81ad62f311a7fb14b7cc5a63189fcc4886a1..906d931f9c11e12d35c573b3ef0dbadfe4e1d39f 100644 (file)
@@ -1,4 +1,6 @@
 
+#ifndef _BAT_H_
+
 #include "mainwindow.h"
 #include "config.h"
 #include "bacula.h"
@@ -7,8 +9,12 @@
 
 extern MainWindow *mainWin;
 extern QApplication *app;
+extern BSOCK *UA_sock;
+
 
 void set_textf(const char *fmt, ...);
 void set_text(const char *buf);
 
 int bvsnprintf(char *str, int32_t size, const char *format, va_list ap);
+
+#endif /* _BAT_H_ */