From 4b682a9eba6590d8fe090f68dda6afe59ae64f85 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 15 Aug 2004 11:27:34 +0000 Subject: Move everything to src/ directory git-svn-id: file:///home/lennart/svn/public/paman/trunk@8 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- paman.hh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 paman.hh (limited to 'paman.hh') diff --git a/paman.hh b/paman.hh deleted file mode 100644 index 7f2127f..0000000 --- a/paman.hh +++ /dev/null @@ -1,15 +0,0 @@ -#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 -- cgit