mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
10291d72b3
Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
13 lines
302 B
C
13 lines
302 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 2005 James Bursa <bursa@users.sourceforge.net>
|
|
*/
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
extern bool gui_in_multitask;
|
|
|