summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 47f3c11..041f4cd 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,3 +1,14 @@
+/* binding generator options
+ *
+ * This file is part of nsgenjsbind.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>
+ */
+
+#ifndef genjsbind_options_h
+#define genjsbind_options_h
+
struct options {
char *outfilename;
char *infilename;
@@ -8,3 +19,4 @@ struct options {
extern struct options *options;
+#endif