diff options
author | Adrian Thurston <thurston@complang.org> | 2010-04-19 00:47:07 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2010-04-19 00:47:07 +0000 |
commit | f3e8845d101f76875d5bcbc457928917f4ba02cc (patch) | |
tree | 9a03ef072383cbd6a316b5b26629c615accf6fb5 /colm/fsmrun2.h | |
parent | 021c532b2dd48cf802607106a3ea71fb5ae26e0d (diff) | |
download | colm-f3e8845d101f76875d5bcbc457928917f4ba02cc.tar.gz |
yet more C porting
Diffstat (limited to 'colm/fsmrun2.h')
-rw-r--r-- | colm/fsmrun2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/colm/fsmrun2.h b/colm/fsmrun2.h index 0c4cf7d0..1765f8ca 100644 --- a/colm/fsmrun2.h +++ b/colm/fsmrun2.h @@ -88,6 +88,8 @@ typedef struct _FsmRun void initFsmRun( FsmRun *fsmRun, struct _Program *prg ); void updatePosition( InputStream *inputStream, const char *data, long length ); void undoPosition( InputStream *inputStream, const char *data, long length ); +void takeBackBuffered( InputStream *inputStream ); + #ifdef __cplusplus } |