Fix bug #12: Balanced square brackets test should recognize multi-line [Illustration] tags
6 /* Special counters live in the private use area */
8 COUNTER_ILLUSTRATION=0xE000,
18 void increment_matching(struct counters *counters,gunichar ch,gboolean open);
19 int matching_count(const struct counters *counters,gunichar ch,gboolean open);
20 int matching_difference(const struct counters *counters,gunichar ch);
21 void counters_reset(struct counters *counters);
22 void counters_destroy(struct counters *counters);
24 #endif /* COUNTERS_H */