diff options
Diffstat (limited to 'vfs/uVFSprototypes.pas')
| -rw-r--r-- | vfs/uVFSprototypes.pas | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vfs/uVFSprototypes.pas b/vfs/uVFSprototypes.pas index 43190a4..4ccde33 100644 --- a/vfs/uVFSprototypes.pas +++ b/vfs/uVFSprototypes.pas @@ -287,6 +287,12 @@ type TVFSGetPasswordRequired = function (g:TVFSGlobs): LongBool; cdecl; + + // Reset stored session password in the plugin + TVFSResetPassword = procedure (g: TVFSGlobs); cdecl; + + + /// pridat neco jako set_loglevel ?? //// pridat typ pluginu - jestli archive nebo protocol - prip. jeste pridat ktery protokoly je to schopno handlovat |
