From 4927458e91e708213b0713dd4d3898dda6ec35c1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Aug 2004 13:04:04 +0000 Subject: Initial commit git-svn-id: file:///home/lennart/svn/public/paman/trunk@3 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- paman.hh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 paman.hh (limited to 'paman.hh') 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 -- cgit