aboutsummaryrefslogtreecommitdiff
path: root/include/msvmmaj_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/msvmmaj_init.h')
-rw-r--r--include/msvmmaj_init.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/msvmmaj_init.h b/include/msvmmaj_init.h
index 6e2e36f..febfb4a 100644
--- a/include/msvmmaj_init.h
+++ b/include/msvmmaj_init.h
@@ -20,4 +20,8 @@ struct MajModel *msvmmaj_init_model();
struct MajData *msvmmaj_init_data();
+void msvmmaj_allocate_model(struct MajModel *model);
+void msvmmaj_free_model(struct MajModel *model);
+void msvmmaj_free_data(struct MajData *data);
+
#endif