On Sunday 10 February 2008 20:34, Vladimir Dronnikov wrote: > Which entry point in hush can be made non-static to be reused? Is > there a separate function which composes (argc,argv) from a text line?
Take a look at static char **expand_strvec_to_strvec(char **argv) static char *expand_string_to_string(const char *str) It would not be easy. Maybe first implement chat without variable substitution etc? -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
