mutt stable branch with some hacks

Add real prototype for re_match_2_internal in regex.c

Fixes compilation warning with -Wunprototyped-calls

+3 -1
+3 -1
regex.c
··· 381 381 #define false 0 382 382 #define true 1 383 383 384 - static int re_match_2_internal (); 384 + static int re_match_2_internal (struct re_pattern_buffer *bufp, 385 + const char *string1, int size1, const char *string2, int size2, int pos, 386 + struct re_registers *regs, int stop); 385 387 386 388 /* These are the command codes that appear in compiled regular 387 389 expressions. Some opcodes are followed by argument bytes. A