1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 02:27:32 -05:00

Try to delete jump lists in "-cleanup".

[originally from svn r9050]
This commit is contained in:
Jacob Nevins
2010-12-26 20:00:45 +00:00
parent 301d30c68e
commit ed80dcc3cf
4 changed files with 9 additions and 1 deletions

View File

@ -514,6 +514,7 @@ extern Backend serial_backend;
#define JUMPLIST_SUPPORTED /* suppress #defines in putty.h */
void add_session_to_jumplist(const char * const sessionname);
void remove_session_from_jumplist(const char * const sessionname);
void clear_jumplist(void);
/*
* Extra functions in winstore.c over and above the interface in