diff src/parallel_execution/context.h @ 278:23767f714f4a

fix generate_stub
author mir3636
date Thu, 02 Feb 2017 20:27:56 +0900
parents 195518ab62fc
children a3448b0f0a56
line wrap: on
line diff
--- a/src/parallel_execution/context.h	Thu Feb 02 18:29:50 2017 +0900
+++ b/src/parallel_execution/context.h	Thu Feb 02 20:27:56 2017 +0900
@@ -256,4 +256,12 @@
 typedef union Data Data;
 
 #include "c/typedefData.h"
+
+#include "c/extern.h"
+
+extern __code start_code(struct Context* context);
+extern __code exit_code(struct Context* context);
+extern __code meta(struct Context* context, enum Code next);
+extern void initContext(struct Context* context);
+
 #endif