Displaying 2 results from an estimated 2 matches for "01c60bb".
2016 Feb 23
0
[PATCH 1/4] generator: Add interfaces to all modules.
...have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *)
+
diff --git a/generator/csharp.mli b/generator/csharp.mli
new file mode 100644
index 0000000..01c60bb
--- /dev/null
+++ b/generator/csharp.mli
@@ -0,0 +1,19 @@
+(* libguestfs
+ * Copyright (C) 2009-2016 Red Hat Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; e...
2016 Feb 23
7
[PATCH 0/4] Various tweaks to the generator.
Use interfaces files (*.mli files) instead of exporting all symbols
randomly.
Change the 'file is generated' warnings at the top of generated files
so they accurately describe which source file generates each output
file.
Rich.