summaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/struct.h')
-rw-r--r--src/struct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/struct.h b/src/struct.h
index 7f0e10a9..0a6e1778 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -147,6 +147,8 @@ struct colm_struct *colm_map_el_get( struct colm_program *prg,
struct colm_struct *colm_map_get( struct colm_program *prg, Map *map,
Word genId, Word field );
+struct colm_struct *colm_construct_generic( struct colm_program *prg, long genericId );
+
#define STRUCT_INBUILT_ID -1
#if defined(__cplusplus)