summaryrefslogtreecommitdiff
path: root/UCoreUtils.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-12 12:16:57 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-12 12:16:57 +0200
commit928e2dc79b46a455ef0c0096ddf40682e07b4a27 (patch)
tree85cf08ae19bdd5ac44261802b2e16972cc38e792 /UCoreUtils.pas
parentc29edff595cff9d43a607c15b5af6e2ec101263a (diff)
downloadtuxcmd-928e2dc79b46a455ef0c0096ddf40682e07b4a27.tar.xz
Implement VFS question and password callbacksv0.6.53
Diffstat (limited to 'UCoreUtils.pas')
-rw-r--r--UCoreUtils.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/UCoreUtils.pas b/UCoreUtils.pas
index 9a4d2d5..87232d7 100644
--- a/UCoreUtils.pas
+++ b/UCoreUtils.pas
@@ -31,6 +31,7 @@ type
TIntArray = array[0..1023] of LongWord;
TOpenStringArray = array of string;
+ TOpenPCharArray = array of PChar;
THash_MD5 = class
private