summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-06-06 02:14:28 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-06-06 02:14:28 +0000
commit5886e3ed2a2332860d7688b6e4fe61369c2ea2b2 (patch)
tree56294be04a9386e396747f7423b556281bdd6bbd /desktop
parent5b83aebf36bcd77c79a15996421757fb0c5845ca (diff)
downloadnetsurf-5886e3ed2a2332860d7688b6e4fe61369c2ea2b2.tar.gz
netsurf-5886e3ed2a2332860d7688b6e4fe61369c2ea2b2.tar.bz2
[project @ 2003-06-06 02:14:28 by jmb]
Add RCS ID svn path=/import/netsurf/; revision=169
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/options.h b/desktop/options.h
index c3ca7031c..f6487cebc 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -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
};