Added saved sessions submenu from system menu.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 1a623ac..5628f9d 100644 (file)
--- 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.