summaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-06 09:46:44 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-06 09:47:21 -0500
commite6723f11ec1a8ec98e8ab83e8e55ec29b49230b4 (patch)
treefa33b6847ceacdfa238c4773d7d0d9b7e4488342 /src/struct.h
parent94798b8c5670f226c18db6e24cfceb3ef4da3540 (diff)
downloadcolm-e6723f11ec1a8ec98e8ab83e8e55ec29b49230b4.tar.gz
some stream function name cleanup
Diffstat (limited to 'src/struct.h')
-rw-r--r--src/struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct.h b/src/struct.h
index 73400d4f..2303c82f 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -122,7 +122,7 @@ struct colm_struct *colm_struct_inbuilt( struct colm_program *prg, int size,
Parser *colm_parser_new( struct colm_program *prg, GenericInfo *gi );
Stream *colm_stream_new( struct colm_program *prg );
-Stream *colm_stream_new2( struct colm_program *prg );
+Stream *colm_stream_new_struct( struct colm_program *prg );
List *colm_list_new( struct colm_program *prg );
struct colm_struct *colm_list_get( struct colm_program *prg, List *list,