summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index dca8220c..ab2e61d5 100644
--- a/lib.h
+++ b/lib.h
@@ -353,6 +353,9 @@ val chrp(val chr);
wchar_t c_chr(val chr);
val chr_str(val str, val index);
val chr_str_set(val str, val index, val chr);
+val span_str(val str, val set);
+val compl_span_str(val str, val set);
+val break_str(val str, val set);
val sym_name(val sym);
val make_sym(val name);
val make_package(val name);