mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 22:29:26 +03:00
a4c5929a2f
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
17 lines
276 B
C
17 lines
276 B
C
/**
|
|
* $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
|
|
|