summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 90975644..331c2fb4 100644
--- a/lib.h
+++ b/lib.h
@@ -474,6 +474,7 @@ val expo(val);
val logand(val, val);
val logior(val, val);
val logxor(val, val);
+val logcomp(val);
val string_own(wchar_t *str);
val string(const wchar_t *str);
val string_utf8(const char *str);