diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-05 20:38:13 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-05 20:38:13 +0200 |
| commit | 08461db40bc1b0fec9bf18f1165e395c7899d595 (patch) | |
| tree | 93b5df1040e389bdc7859e7ade99fbf5e2d352f9 /unrar | |
| parent | 697c8ccbf5588d74f35302ee8291d6f12546b3b4 (diff) | |
| download | tuxcmd-modules-08461db40bc1b0fec9bf18f1165e395c7899d595.tar.xz | |
unrar: add missing symbols
Diffstat (limited to 'unrar')
| -rw-r--r-- | unrar/rarlog.cpp | 4 | ||||
| -rw-r--r-- | unrar/rarlog.hpp | 2 |
2 files changed, 6 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; +} diff --git a/unrar/rarlog.hpp b/unrar/rarlog.hpp index 68d9f29..b2726f8 100644 --- a/unrar/rarlog.hpp +++ b/unrar/rarlog.hpp @@ -10,4 +10,6 @@ void eprintf(const char *fmt,...); int Ask(const char *AskStr); +void GetPasswordText(char *Str,int MaxLength); + #endif |
