mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Pageant's command line handling now uses my new split_into_argv()
function, because it's silly to have two (and because the old one was not the same as the new one, violating the Principle of Least Surprise). [originally from svn r1811]
This commit is contained in:
@ -32,7 +32,7 @@ struct ctlpos {
|
||||
/*
|
||||
* Exports from winutils.c.
|
||||
*/
|
||||
void split_into_argv(char *, int *, char ***);
|
||||
void split_into_argv(char *, int *, char ***, char ***);
|
||||
|
||||
/*
|
||||
* Private structure for prefslist state. Only in the header file
|
||||
|
Reference in New Issue
Block a user