mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 13:37:02 +03:00
017fc4eb4b
New file headers. svn path=/import/netsurf/; revision=190
20 lines
463 B
C
20 lines
463 B
C
/*
|
|
* This file is part of NetSurf, http://netsurf.sourceforge.net/
|
|
* Licensed under the GNU General Public License,
|
|
* http://www.opensource.org/licenses/gpl-license
|
|
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
|
|
*/
|
|
|
|
#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
|
|
|