summaryrefslogtreecommitdiff
path: root/src/interface-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-map.h')
-rw-r--r--src/interface-map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface-map.h b/src/interface-map.h
index 8a6ac05..7373580 100644
--- a/src/interface-map.h
+++ b/src/interface-map.h
@@ -38,6 +38,9 @@ struct interface_map_entry {
* might lowercase the name or add underscores
* instead of caps
*/
+ int class_init_argc; /**< The number of parameters on the class
+ * initializer.
+ */
};
struct interface_map {