[project @ 2003-06-30 12:44:02 by bursa]

New file headers.

svn path=/import/netsurf/; revision=190
This commit is contained in:
James Bursa 2003-06-30 12:44:03 +00:00
parent 4252b3f4c5
commit 017fc4eb4b
55 changed files with 305 additions and 106 deletions

View File

@ -1,5 +1,8 @@
/**
* $Id: cache.c,v 1.5 2003/06/24 23:22:00 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: cache.h,v 1.3 2003/06/17 19:24:20 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
/**

View File

@ -1,5 +1,9 @@
/**
* $Id: content.h,v 1.13 2003/06/26 11:41:26 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 Philip Pemberton <philpem@users.sourceforge.net>
*/
#ifndef _NETSURF_DESKTOP_CONTENT_H_

View File

@ -1,6 +1,12 @@
/*
* 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 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
*/
/**
* $Id: fetch.c,v 1.12 2003/06/26 11:41:26 bursa Exp $
*
* This module handles fetching of data from any url.
*
* Implementation:

View File

@ -1,6 +1,11 @@
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
/**
* $Id: fetch.h,v 1.4 2003/06/26 11:41:26 bursa Exp $
*
* This module handles fetching of data from any url.
*
* Usage:

View File

@ -1,5 +1,8 @@
/**
* $Id: fetchcache.c,v 1.11 2003/06/26 11:41:26 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: fetchcache.h,v 1.5 2003/06/17 19:24:20 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_DESKTOP_FETCHCACHE_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: other.c,v 1.1 2003/06/17 19:24:20 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: other.h,v 1.1 2003/06/17 19:24:20 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_OTHER_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: css.c,v 1.10 2003/06/26 11:41:26 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: css.h,v 1.6 2003/04/13 12:50:10 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_CSS_CSS_H_

View File

@ -1,5 +1,10 @@
#!/usr/bin/perl -W
# $Id: makeenum,v 1.3 2003/06/05 14:39:54 bursa Exp $
#
# 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 James Bursa <bursa@users.sourceforge.net>
#
$out = shift or die "usage: makeenum leafname";

View File

@ -1,5 +1,8 @@
/**
* $Id: parser.y,v 1.7 2003/04/13 12:50:10 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
/*

View File

@ -1,5 +1,8 @@
/**
* $Id: ruleset.c,v 1.7 2003/04/13 12:50:10 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: scanner.l,v 1.2 2003/04/01 21:33:08 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
%{

View File

@ -1,5 +1,8 @@
/**
* $Id: filetyped.c,v 1.1 2003/06/21 13:18:00 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <stdlib.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: fontd.c,v 1.1 2003/06/21 13:18:00 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: fontd.h,v 1.1 2003/06/21 13:18:00 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_FONT_H_

View File

@ -1,3 +1,10 @@
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <string.h>
#include "netsurf/content/fetch.h"
#include "netsurf/content/cache.h"

View File

@ -1,5 +1,8 @@
/**
* $Id: optionsd.c,v 1.1 2003/06/21 13:18:00 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include "netsurf/desktop/options.h"

View File

@ -1,5 +1,9 @@
/**
* $Id: browser.c,v 1.41 2003/06/26 11:41:26 bursa Exp $
/*
* 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>
* Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#include "netsurf/content/cache.h"

View File

@ -1,5 +1,9 @@
/**
* $Id: browser.h,v 1.13 2003/06/17 19:24:21 bursa Exp $
/*
* 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>
* Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_DESKTOP_BROWSER_H_

View File

@ -1,5 +1,9 @@
/**
* $Id: gui.h,v 1.7 2003/06/01 23:02:56 monkeyson Exp $
/*
* 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>
* Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_DESKTOP_GUI_H_

View File

@ -1,5 +1,9 @@
/**
* $Id: netsurf.c,v 1.10 2003/06/05 13:17:55 philpem Exp $
/*
* 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>
* Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#include "netsurf/desktop/options.h"

View File

@ -1,5 +1,8 @@
/**
* $Id: netsurf.h,v 1.2 2003/02/09 12:58:15 bursa Exp $
/*
* 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_

View File

@ -1,5 +1,8 @@
/**
* $Id: options.h,v 1.2 2003/06/06 02:14:28 jmb Exp $
/*
* 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>
*/

View File

@ -1,4 +1,8 @@
# $Id: makefile,v 1.37 2003/06/24 23:32:39 bursa Exp $
#
# This file is part of NetSurf, http://netsurf.sourceforge.net/
# Licensed under the GNU General Public License,
# http://www.opensource.org/licenses/gpl-license
#
CC = riscos-gcc
CC_DEBUG = gcc

View File

@ -1,5 +1,10 @@
/**
* $Id: box.c,v 1.51 2003/06/17 19:24:21 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
* Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include <assert.h>

View File

@ -1,5 +1,9 @@
/**
* $Id: box.h,v 1.26 2003/06/17 19:24:21 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
*/
#ifndef _NETSURF_RENDER_BOX_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: html.c,v 1.20 2003/06/26 11:41:26 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>
@ -260,6 +263,9 @@ void html_find_stylesheets(struct content *c, xmlNode *head)
if (!(href = (char *) xmlGetProp(node, (const xmlChar *) "href")))
continue;
/* TODO: only the first preferred stylesheets (ie. those with a
* title attribute) should be loaded (see HTML4 14.3) */
url = url_join(href, c->url);
LOG(("linked stylesheet %i '%s'", i, url));
xmlFree(href);

View File

@ -1,5 +1,8 @@
/**
* $Id: html.h,v 1.3 2003/06/17 19:24:21 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RENDER_HTML_H_

View File

@ -1,5 +1,9 @@
/**
* $Id: layout.c,v 1.42 2003/06/21 13:18:00 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: layout.h,v 1.3 2002/08/11 23:04:02 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RENDER_LAYOUT_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: textplain.c,v 1.3 2003/03/15 15:53:20 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: textplain.h,v 1.1 2003/02/09 12:58:15 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RENDER_TEXTPLAIN_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: filetype.c,v 1.5 2003/06/05 13:17:55 philpem Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <stdlib.h>

View File

@ -1,5 +1,9 @@
/**
* $Id: font.c,v 1.14 2003/05/23 11:09:12 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,9 @@
/**
* $Id: font.h,v 1.7 2003/04/04 15:19:32 bursa Exp $
/*
* 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>
* Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_FONT_H_

View File

@ -1,3 +1,9 @@
/*
* 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 Philip Pemberton <philpem@users.sourceforge.net>
*/
/*******************
* GIF loader for Netsurf
* Developed by Philip Pemberton for the Netsurf project
@ -9,8 +15,6 @@
* Add support for GIF transparency
* Add better error handling
* - especially where bad GIFs are concerned.
*
* $Id: gif.c,v 1.7 2003/06/17 19:24:21 bursa Exp $
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: gif.h,v 1.1 2003/06/05 13:24:28 philpem Exp $
/*
* 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 Philip Pemberton <philpem@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_GIF_H_

View File

@ -1,5 +1,10 @@
/**
* $Id: gui.c,v 1.34 2003/06/24 23:22:00 bursa Exp $
/*
* 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>
* Copyright 2003 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include "netsurf/desktop/options.h"

View File

@ -1,5 +1,8 @@
/**
* $Id: gui.h,v 1.7 2003/06/24 23:22:00 bursa Exp $
/*
* 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_RISCOS_GUI_H_

View File

@ -1,6 +1,11 @@
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
/**
* $Id: jpeg.c,v 1.6 2003/06/17 19:24:21 bursa Exp $
*
* This is just a temporary implementation using the JPEG renderer
* available in some versions of RISC OS.
*/

View File

@ -1,5 +1,8 @@
/**
* $Id: jpeg.h,v 1.2 2003/05/10 11:13:34 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_JPEG_H_

View File

@ -1,5 +1,9 @@
/**
* $Id: options.c,v 1.6 2003/06/30 11:47:36 bursa Exp $
/*
* 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>
* Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include "netsurf/desktop/options.h"

View File

@ -1,5 +1,8 @@
/**
* $ID$
/*
* 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_RISCOS_OPTIONS_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: plugin.c,v 1.10 2003/06/17 19:24:21 bursa Exp $
/*
* 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 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: plugin.h,v 1.3 2003/06/06 03:12:28 jmb Exp $
/*
* 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 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#ifndef _NETSURF_RISCOS_PLUGIN_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: png.c,v 1.4 2003/06/17 19:24:21 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: png.h,v 1.1 2003/05/10 11:15:49 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_PNG_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: theme.c,v 1.5 2003/06/06 02:14:28 jmb Exp $
/*
* 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>
*/
#include "netsurf/riscos/theme.h"

View File

@ -1,5 +1,8 @@
/**
* $Id: theme.h,v 1.3 2003/06/06 02:14:28 jmb Exp $
/*
* 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 _MIGRATE_RISCOS_THEME_H_

View File

@ -1,5 +1,8 @@
/**
* $Id: log.h,v 1.2 2003/02/09 12:58:15 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#include <stdio.h>

View File

@ -1,5 +1,10 @@
/**
* $Id: utils.c,v 1.9 2003/05/22 13:21:45 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
* Copyright 2003 Phil Mellor <monkeyson@users.sourceforge.net>
* Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#include <ctype.h>

View File

@ -1,5 +1,8 @@
/**
* $Id: utils.h,v 1.7 2003/04/11 21:06:51 bursa Exp $
/*
* 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 James Bursa <bursa@users.sourceforge.net>
*/
#ifndef _NETSURF_UTILS_UTILS_H_