summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flexdef.h b/flexdef.h
index 15abf9d..7e38602 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -719,6 +719,7 @@ extern int yylval;
extern void ccladd PROTO ((int, int)); /* add a single character to a ccl */
extern int cclinit PROTO ((void)); /* make an empty ccl */
extern void cclnegate PROTO ((int)); /* negate a ccl */
+extern int ccl_set_diff (int a, int b); /* set difference of two ccls. */
/* List the members of a set of characters in CCL form. */
extern void list_character_set PROTO ((FILE *, int[]));