summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-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
};