From 75fe735e013a99e1d2a584eaeb0fa0a2ca5c1de7 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 14 Nov 2008 20:40:43 +0100 Subject: VFS: Password reset support --- vfs/uVFSprototypes.pas | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vfs/uVFSprototypes.pas') 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 -- cgit v1.2.3