about summary refs log tree commit diff
path: root/blaze822_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822_priv.h')
-rw-r--r--blaze822_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blaze822_priv.h b/blaze822_priv.h
index 1da4d96..bf895d3 100644
--- a/blaze822_priv.h
+++ b/blaze822_priv.h
@@ -13,3 +13,5 @@ struct message {
 
 // ASCII lowercase without alpha check (wrong for "@[\]^_")
 #define lc(c) ((c) | 0x20)
+
+void *mymemmem(const void *h0, size_t k, const void *n0, size_t l);