Sergey Poznyakoff <[email protected]> writes: > Simon Josefsson <[email protected]> ha escrit: > >> Objections to commit this? > > None from my part, except that: > >> +#include "genget.h" > > There is no such header (at least now), neither does it appear in your > patch.
Thanks for review. I forgot to include genget.h in the patch, the file should contain: int isprefix (register char *s1, register char *s2); It seems genget.c declare the function, and it is used elsewhere, but there is no prototype for the function. /Simon
