summaryrefslogtreecommitdiffstats
path: root/src/paman.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/paman.hh')
-rw-r--r--src/paman.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/paman.hh b/src/paman.hh
new file mode 100644
index 0000000..7f2127f
--- /dev/null
+++ b/src/paman.hh
@@ -0,0 +1,15 @@
+#ifndef foopamanhhfoo
+#define foopamanhhfoo
+
+#include "ServerInfo.hh"
+
+#define GLADE_FILE "paman.glade"
+
+extern ServerInfoManager *serverInfoManager;
+extern MainWindow *mainWindow;
+extern struct pa_context *context;
+
+void create_connection();
+
+
+#endif