summaryrefslogtreecommitdiffstats
path: root/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'buf.h')
-rw-r--r--buf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buf.h b/buf.h
index c3c0fb29..fa3fbbcb 100644
--- a/buf.h
+++ b/buf.h
@@ -137,5 +137,6 @@ val buf_bit(val buf, val bit);
val buf_zero_p(val buf);
val buf_count_ones(val buf);
val buf_binary_width(val buf);
+val buf_xor_pattern(val buf, val pat);
void buf_init(void);