]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.42
authorfred <fred>
Sun, 24 Mar 2002 19:56:45 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:45 +0000 (19:56 +0000)
flower/include/libc-extension.hh

index 3f94a03a0e40aca04a242ad663b0929e2e59f127..975950d4bb659216367e7544b30d5684831c1c9e 100644 (file)
@@ -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