summaryrefslogtreecommitdiff
path: root/colm/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pool.h')
-rw-r--r--colm/pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/colm/pool.h b/colm/pool.h
index 67a7f88f..b4c47247 100644
--- a/colm/pool.h
+++ b/colm/pool.h
@@ -78,8 +78,8 @@ long ilNumLost( Program *prg );
Stream *streamAllocate( Program *prg );
void streamFree( Program *prg, Stream *stream );
-AccumStream *accumStreamAllocate( Program *prg );
-void accumStreamFree( Program *prg, AccumStream *stream );
+Input *accumStreamAllocate( Program *prg );
+void accumStreamFree( Program *prg, Input *stream );
/* Wrong place. */
TreePair mapRemove( Program *prg, Map *map, Tree *key );