mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-03 21:52:24 +00:00
Specify a few things that were unsepcified.
[originally from svn r1127]
This commit is contained in:
parent
8e5e0225e5
commit
2aad72ab3e
@ -21,6 +21,10 @@
|
|||||||
* then close it using close_settings_w(). At the end of this call
|
* then close it using close_settings_w(). At the end of this call
|
||||||
* sequence the settings should have been written to the PuTTY
|
* sequence the settings should have been written to the PuTTY
|
||||||
* persistent storage area.
|
* persistent storage area.
|
||||||
|
*
|
||||||
|
* A given key will be written at most once while saving a session.
|
||||||
|
* Keys may be up to 255 characters long. String values have no length
|
||||||
|
* limit.
|
||||||
*/
|
*/
|
||||||
void *open_settings_w(char *sessionname);
|
void *open_settings_w(char *sessionname);
|
||||||
void write_setting_s(void *handle, char *key, char *value);
|
void write_setting_s(void *handle, char *key, char *value);
|
||||||
|
Loading…
Reference in New Issue
Block a user