summaryrefslogtreecommitdiffstats
path: root/client/mainwin.h
blob: dc49fe88ac09554e8ae135864456819244d074ee (plain)
1
2
3
4
5
6
7
8
9
10
11
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