From 63d51b566ea270b45b5b34b1feab37b8faa28232 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 9 May 2004 23:20:43 +0000 Subject: main fieryfilter work git-svn-id: file:///home/lennart/svn/public/fieryfilter/fieryfilter@31 79e6afc9-17da-0310-ae3c-b873bff394f4 --- client/mainwin.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 client/mainwin.h (limited to 'client/mainwin.h') diff --git a/client/mainwin.h b/client/mainwin.h new file mode 100644 index 0000000..dc49fe8 --- /dev/null +++ b/client/mainwin.h @@ -0,0 +1,12 @@ +#ifndef foomainwinhfoo +#define foomainwinhfoo + +#include + +#include "connection.h" + +GtkWidget* get_main_window(void); +void mainwin_show(); +void mainwin_update_status_bar(); + +#endif -- cgit