summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.(none)>2006-05-01 22:50:36 -0400
committerunknown <cmiller@zippy.(none)>2006-05-01 22:50:36 -0400
commit4d1cd02ef6fb976b12b0ee9542f49ababc81abeb (patch)
treeaae6cd99ec61e48a42db408ac62d15a8261284d3 /include
parent71c4827b8117f6626371a6389bc91496605ebf3c (diff)
parent3010890e589de89d2f5bb4c0e2c3a0b06b827b10 (diff)
downloadmariadb-git-4d1cd02ef6fb976b12b0ee9542f49ababc81abeb.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0__bug17667 mysys/Makefile.am: Auto merged sql/sql_parse.cc: Auto merged
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);