summaryrefslogtreecommitdiffstats
path: root/src/paman.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-15 11:27:34 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-15 11:27:34 +0000
commit4b682a9eba6590d8fe090f68dda6afe59ae64f85 (patch)
tree75345c90f9174dd45c9b5196645a5054c889b698 /src/paman.hh
parentf8b436993e3ea7059984538cd65d50bd50671fe6 (diff)
Move everything to src/ directory
git-svn-id: file:///home/lennart/svn/public/paman/trunk@8 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
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