summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcmiller@zippy.(none) <>2006-05-01 22:50:36 -0400
committercmiller@zippy.(none) <>2006-05-01 22:50:36 -0400
commit1205ae82769be49e7c20aecf9277673eeca0a145 (patch)
treeaae6cd99ec61e48a42db408ac62d15a8261284d3 /include
parent715833dbb7c0b49a49dd34a8d8b217f255e1cf0b (diff)
parent85ffd9640eb5bb9e4f00857090a3f854ade78694 (diff)
downloadmariadb-git-1205ae82769be49e7c20aecf9277673eeca0a145.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0__bug17667
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 44fe383bf4f..65a295ee39e 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -599,6 +599,11 @@ extern char *_my_strdup_with_length(const byte *from, uint length,
const char *sFile, uint uLine,
myf MyFlag);
+/* implemented in my_memmem.c */
+extern void *my_memmem(const void *haystack, size_t haystacklen,
+ const void *needle, size_t needlelen);
+
+
#ifdef __WIN__
extern int my_access(const char *path, int amode);
extern File my_sopen(const char *path, int oflag, int shflag, int pmode);