1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Specify a few things that were unsepcified.

[originally from svn r1127]
This commit is contained in:
Ben Harris 2001-05-14 22:20:20 +00:00
parent 8e5e0225e5
commit 2aad72ab3e

View File

@ -21,6 +21,10 @@
* then close it using close_settings_w(). At the end of this call
* sequence the settings should have been written to the PuTTY
* 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 write_setting_s(void *handle, char *key, char *value);