[project @ 2003-06-06 02:14:28 by jmb]

Add RCS ID

svn path=/import/netsurf/; revision=169
This commit is contained in:
John Mark Bell 2003-06-06 02:14:28 +00:00
parent 5b83aebf36
commit 5886e3ed2a
5 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,7 @@
/**
* $Id: options.h,v 1.2 2003/06/06 02:14:28 jmb Exp $
*/
#ifndef _NETSURF_DESKTOP_OPTIONS_H_
#define _NETSURF_DESKTOP_OPTIONS_H_
@ -12,7 +16,7 @@ struct options
int http;
char* http_proxy;
int http_port;
/* platform specific options */
PLATFORM_OPTIONS
};

View File

@ -1,3 +1,7 @@
/**
* $Id: options.c,v 1.3 2003/06/06 02:14:28 jmb Exp $
*/
#include "netsurf/desktop/options.h"
#include <stdio.h>
#include <string.h>

View File

@ -1,3 +1,6 @@
/**
* $ID$
*/
#ifndef _NETSURF_RISCOS_OPTIONS_H_
#define _NETSURF_RISCOS_OPTIONS_H_

View File

@ -1,3 +1,6 @@
/**
* $Id: theme.c,v 1.5 2003/06/06 02:14:28 jmb Exp $
*/
#include "netsurf/riscos/theme.h"
#include "oslib/wimp.h"

View File

@ -1,3 +1,7 @@
/**
* $Id: theme.h,v 1.3 2003/06/06 02:14:28 jmb Exp $
*/
#ifndef _MIGRATE_RISCOS_THEME_H_
#define _MIGRATE_RISCOS_THEME_H_