2014-09-13 16:15:01 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2014 Ole Loots <ole@monochrom.net>
|
|
|
|
*
|
|
|
|
* This file is part of NetSurf, http://www.netsurf-browser.org/
|
|
|
|
*
|
|
|
|
* NetSurf is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; version 2 of the License.
|
|
|
|
*
|
|
|
|
* NetSurf is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2015-05-28 11:11:32 +03:00
|
|
|
#ifndef FILE_C_INCLUDED
|
2014-09-13 16:15:01 +04:00
|
|
|
#define FILE_C_INCLUDED
|
|
|
|
|
|
|
|
#include "utils/file.h"
|
|
|
|
|
2015-05-28 11:11:32 +03:00
|
|
|
struct gui_file_table *atari_file_table;
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* FILE_C_INCLUDED */
|