mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Revamp of command-line handling. Most command line options should
now be processed in cmdline.c, which is called from all utilities (well, not Pageant or PuTTYgen). This should mean we get to standardise almost all options across almost all tools. Also one major change: `-load' is now the preferred option for loading a saved session in PuTTY proper. `@session' still works but is deprecated. [originally from svn r1799]
This commit is contained in:
@ -29,6 +29,11 @@ struct ctlpos {
|
||||
char *boxtext;
|
||||
};
|
||||
|
||||
/*
|
||||
* Exports from winutils.c.
|
||||
*/
|
||||
void split_into_argv(char *, int *, char ***);
|
||||
|
||||
/*
|
||||
* Private structure for prefslist state. Only in the header file
|
||||
* so that we can delegate allocation to callers.
|
||||
|
Reference in New Issue
Block a user