application/modules.c
changeset 18 0f44fe9848a0
child 71 7329192efb9d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/application/modules.c	Sun Sep 21 01:37:33 2014 +0100
@@ -0,0 +1,22 @@
+/* $Header$
+ *
+ * DO NOT EDIT 
+ * automagically generated from the projectDefinition: jv_vdb_application.
+ *
+ * Warning: once you modify this file, do not rerun
+ * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
+ */
+typedef void (*vf)();
+
+extern void _VDBStartup_Init();
+extern void _jv_137vdb_137application_Init();
+
+
+static vf modules[] = {
+    _VDBStartup_Init,
+_jv_137vdb_137application_Init,
+
+    (vf)0
+};
+
+vf *__modules__ = modules;