summaryrefslogtreecommitdiffstats
path: root/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'translate.h')
-rw-r--r--translate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/translate.h b/translate.h
index 1c6dc9f6..f756ee62 100644
--- a/translate.h
+++ b/translate.h
@@ -70,6 +70,9 @@ struct unparser
// static TYPE global_NAME;
// static rwlock_t global_NAME_lock;
+ virtual void emit_global_param (vardecl* v) = 0;
+ // module_param_... -- at end of file
+
virtual void emit_functionsig (functiondecl* v) = 0;
// static void function_NAME (context* c);