]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Specify a few things that were unsepcified.
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 14 May 2001 22:20:20 +0000 (22:20 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 14 May 2001 22:20:20 +0000 (22:20 +0000)
[originally from svn r1127]

storage.h

index 779712d257591b22c01953ca614c20ef55779858..1b7162799f4214f17dfa3b55231c774d4d62c1b5 100644 (file)
--- a/storage.h
+++ b/storage.h
  * 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);