summaryrefslogtreecommitdiffstats
path: root/client/mainwin.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-05-10 20:32:42 +0000
committerLennart Poettering <lennart@poettering.net>2004-05-10 20:32:42 +0000
commitb9e052499a47a212466da82e120a7cea593c3a65 (patch)
tree42b190637551ceae31982f2591bec64c7b0b370a /client/mainwin.h
parentc1154cfd04137e4e4597ea79cf36a979959de813 (diff)
parent63d51b566ea270b45b5b34b1feab37b8faa28232 (diff)
rename trunk fieryfilter to trunk
git-svn-id: file:///home/lennart/svn/public/fieryfilter/trunk@33 79e6afc9-17da-0310-ae3c-b873bff394f4
Diffstat (limited to 'client/mainwin.h')
-rw-r--r--client/mainwin.h12
1 files changed, 12 insertions, 0 deletions
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 <gtk/gtk.h>
+
+#include "connection.h"
+
+GtkWidget* get_main_window(void);
+void mainwin_show();
+void mainwin_update_status_bar();
+
+#endif