Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/metadata/metadata.c')
-rw-r--r--mono/metadata/metadata.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/mono/metadata/metadata.c b/mono/metadata/metadata.c
new file mode 100644
index 00000000000..02db6e5c04b
--- /dev/null
+++ b/mono/metadata/metadata.c
@@ -0,0 +1,13 @@
+/*
+ * metadata.c: Routines for accessing the metadata
+ *
+ * Author:
+ * Miguel de Icaza (miguel@ximian.com)
+ *
+ * (C) 2001 Ximian, Inc.
+ */
+
+#include <config.h>
+#include <glib.h>
+#include "metadata.h"
+