From 2aad72ab3ebac31894448595a9f29291a2cd0761 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 14 May 2001 22:20:20 +0000 Subject: [PATCH] Specify a few things that were unsepcified. [originally from svn r1127] --- storage.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/storage.h b/storage.h index 779712d2..1b716279 100644 --- a/storage.h +++ b/storage.h @@ -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);