summaryrefslogtreecommitdiffstats
path: root/paman.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-10 13:04:04 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-10 13:04:04 +0000
commit4927458e91e708213b0713dd4d3898dda6ec35c1 (patch)
treee409fdc5d69f9858a737af0ad3ac9687e9994da5 /paman.hh
parentfcd2f9f953fa3e97503c170208ff4c391f1a09ce (diff)
Initial commit
git-svn-id: file:///home/lennart/svn/public/paman/trunk@3 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
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