summaryrefslogtreecommitdiffstats
path: root/module-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'module-template.h')
-rw-r--r--module-template.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/module-template.h b/module-template.h
index 4dbb5a2c..96af4d83 100644
--- a/module-template.h
+++ b/module-template.h
@@ -32,8 +32,13 @@
/* macro to define standard output-module static data members
*/
-#define DEF_OMOD_STATIC_DATA \
+#define DEF_MOD_STATIC_DATA \
static rsRetVal (*omsdRegCFSLineHdlr)();
+#define DEF_OMOD_STATIC_DATA \
+ DEF_MOD_STATIC_DATA
+#define DEF_IMOD_STATIC_DATA \
+ DEF_MOD_STATIC_DATA
+
/* Macro to define the module type. Each module can only have a single type. If
* a module provides multiple types, several separate modules must be created which