
20 Oct
2011
20 Oct
'11
12:52 a.m.
On Wednesday 19 October 2011 18:30:56 Doug Anderson wrote:
--- /dev/null +++ b/include/cmdline.h
+int remove_cmdline_param(char *cmdline, const char *param_name); +void add_cmdline_param(char *cmdline, const char *toappend, int bufsize);
i'm not particularly enamored with this naming style. i find the style of "<section>_<operation>" to be easier on the eyes rather than this RPN.
i.e. cmdline_param_remove() and cmdline_param_add() -mike