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