summaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-27 10:04:21 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-27 10:04:21 -0500
commit680cdd650f327b28129f23bf027ca5fa79b44ae3 (patch)
treeaed240b12154d39e989907de17957de7b48569ed /src/struct.h
parentd97898e259de2165599818287132ba1ee80390a2 (diff)
downloadcolm-680cdd650f327b28129f23bf027ca5fa79b44ae3.tar.gz
function name cleanup
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)