Imported Upstream version 1.8.0
[platform/upstream/augeas.git] / src / fa_sym.version
1 FA_1.0.0 {
2     global:
3       fa_minimization_algorithm;
4       fa_compile;
5       fa_make_basic;
6       fa_is_basic;
7       fa_minimize;
8       fa_concat;
9       fa_union;
10       fa_intersect;
11       fa_complement;
12       fa_minus;
13       fa_iter;
14       fa_contains;
15       fa_equals;
16       fa_free;
17       fa_dot;
18       fa_overlap;
19       fa_example;
20       fa_ambig_example;
21       fa_as_regexp;
22       fa_restrict_alphabet;
23       fa_expand_char_ranges;
24     local: *;
25 };
26
27 FA_1.2.0 {
28       fa_nocase;
29       fa_is_nocase;
30       fa_expand_nocase;
31 } FA_1.0.0;
32
33 FA_1.4.0 {
34       fa_enumerate;
35 } FA_1.2.0;