summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
blob: 7acab2537413534d6bf2fd8a6099323483230f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * $Id: netsurf.h,v 1.2 2003/02/09 12:58:15 bursa Exp $
 */

#ifndef _NETSURF_DESKTOP_NETSURF_H_
#define _NETSURF_DESKTOP_NETSURF_H_

#include "netsurf/desktop/browser.h"

extern gui_window* netsurf_gui_windows;
extern int netsurf_quit;

void netsurf_poll(void);

#endif