File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
typedef struct SetLevStream SetLevStream;
46
46
typedef struct SetRegexStream SetRegexStream;
47
47
typedef struct SetOpBuilder SetOpBuilder;
48
- typedef struct SetOpStreamBuilder SetOpStreamBuilder;
49
48
typedef struct SetUnion SetUnion;
50
49
typedef struct SetIntersection SetIntersection;
51
50
typedef struct SetDifference SetDifference;
70
69
SetLevStream* fst_set_levsearch(Set*, Levenshtein*);
71
70
SetRegexStream* fst_set_regexsearch(Set*, Regex*);
72
71
SetOpBuilder* fst_set_make_opbuilder(Set*);
72
+ SetOpBuilder* fst_set_make_opstreambuilder();
73
73
void fst_set_free(Set*);
74
74
75
75
char* fst_set_stream_next(SetStream*);
81
81
char* fst_set_regexstream_next(SetRegexStream*);
82
82
void fst_set_regexstream_free(SetRegexStream*);
83
83
84
- void fst_set_opbuilder_push_stream(SetOpStreamBuilder *, SetStream*);
85
- void fst_set_opstreambuilder_free(SetOpStreamBuilder *);
84
+ void fst_set_opbuilder_push_stream(SetOpBuilder *, SetStream*);
85
+ void fst_set_opstreambuilder_free(SetOpBuilder *);
86
86
87
87
void fst_set_opbuilder_push(SetOpBuilder*, Set*);
88
88
void fst_set_opbuilder_free(SetOpBuilder*);
You can’t perform that action at this time.
0 commit comments