diff options
Diffstat (limited to 'unrar/rarlog.cpp')
| -rw-r--r-- | unrar/rarlog.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unrar/rarlog.cpp b/unrar/rarlog.cpp index 1919975..c440a2a 100644 --- a/unrar/rarlog.cpp +++ b/unrar/rarlog.cpp @@ -67,3 +67,7 @@ void ErrorHandler::ErrMsg(const char *ArcName,const char *fmt,...) } } +void GetPasswordText(char *Str,int MaxLength) +{ + return; +} |
