наб <nabijaczleweli@xxxxxxxxxxxxxxxxxx> wrote: > > STATIC int > -describe_command(out, command, path, verbose) > - struct output *out; > - char *command; > - const char *path; > - int verbose; > +describe_command(struct output *out, char *command, const char *path, int verbose) Thanks for doing this! But since you are here, could you please change the style to: static int describe_command(struct output *out, char *command, const char *path, int verbose) Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt