2003-06-30 12:44:03 +00:00
|
|
|
/*
|
|
|
|
* 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>
|
2002-09-11 14:24:02 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _NETSURF_DESKTOP_NETSURF_H_
|
|
|
|
#define _NETSURF_DESKTOP_NETSURF_H_
|
|
|
|
|
2003-11-06 19:41:41 +00:00
|
|
|
#include <stdbool.h>
|
2002-09-11 14:24:02 +00:00
|
|
|
|
2003-11-06 19:41:41 +00:00
|
|
|
extern bool netsurf_quit;
|
2003-12-19 17:11:07 +00:00
|
|
|
extern const char * const netsurf_version;
|
2002-09-11 14:24:02 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|