From: fred Date: Sun, 24 Mar 2002 19:56:45 +0000 (+0000) Subject: lilypond-0.1.42 X-Git-Tag: release/1.5.59~3944 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=78ed7ee71e3d63b2f24c361e21b2ddd3b5db2a02;p=lilypond.git lilypond-0.1.42 --- diff --git a/flower/include/libc-extension.hh b/flower/include/libc-extension.hh index 3f94a03a0e..975950d4bb 100644 --- a/flower/include/libc-extension.hh +++ b/flower/include/libc-extension.hh @@ -16,7 +16,7 @@ char* strnlwr (char* start_l ,int n); char* strnupr (char* start_l, int n); #if !HAVE_MEMMEM // GNU extension. -char *memmem (Byte const * haystack, int haystack_len, +Byte *memmem (Byte const * haystack, int haystack_len, Byte const *needle, int needle_len); #endif HAVE_MEMMEM