summaryrefslogtreecommitdiff
path: root/colm/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/input.h')
-rw-r--r--colm/input.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/colm/input.h b/colm/input.h
index af76f31c..3b426a50 100644
--- a/colm/input.h
+++ b/colm/input.h
@@ -88,11 +88,9 @@ typedef struct _StreamImpl StreamImpl;
struct StreamFuncs
{
- int (*getParseBlock)( struct _FsmRun *fsmRun, StreamImpl *ss,
- int skip, char **pdp, int *copied );
+ int (*getParseBlock)( StreamImpl *ss, int skip, char **pdp, int *copied );
- int (*getData)( struct _FsmRun *fsmRun, StreamImpl *ss,
- char *dest, int length );
+ int (*getData)( StreamImpl *ss, char *dest, int length );
int (*consumeData)( StreamImpl *ss, int length );
int (*undoConsumeData)( struct _FsmRun *fsmRun, StreamImpl *ss, const char *data, int length );