Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Dunn <owen@greenend.org.uk>1999-10-28 20:07:25 +0400
committerOwen Dunn <owen@greenend.org.uk>1999-10-28 20:07:25 +0400
commit9fc2b746b0c24efc24b6a2f960da396fb534565c (patch)
tree59f5f39fe015b1cbf26a92c258f6f59772e8debc /putty.h
parenta019c66786a6911383ac69849d9b0b6b34481321 (diff)
Added saved sessions submenu from system menu.
[originally from svn r263]
Diffstat (limited to 'putty.h')
-rw-r--r--putty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/putty.h b/putty.h
index 1a623ac2..5628f9d6 100644
--- a/putty.h
+++ b/putty.h
@@ -182,6 +182,10 @@ void lognegot (char *);
void shownegot (HWND);
void showabout (HWND);
void verify_ssh_host_key(char *host, struct RSAKey *key);
+void get_sesslist(int allocate);
+
+int nsessions;
+char **sessions;
/*
* Exports from terminal.c.