diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2023-12-19 18:46:18 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2023-12-19 18:46:18 +0100 |
| commit | e9036281ebb3a5be97e42f56667bb8dfebc5b4fe (patch) | |
| tree | 4db07bedbeeb8b4d690a6bc8e4fe82ded153e701 /unrar/rarlog.hpp | |
| parent | 6d1c2e642eaf673e9e88ab08eacd5a6873659bcd (diff) | |
| download | tuxcmd-modules-e9036281ebb3a5be97e42f56667bb8dfebc5b4fe.tar.xz | |
unrar: Align with the unrar-6.2.12 release
Includes static and shared build.
Diffstat (limited to 'unrar/rarlog.hpp')
| -rw-r--r-- | unrar/rarlog.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/unrar/rarlog.hpp b/unrar/rarlog.hpp deleted file mode 100644 index b2726f8..0000000 --- a/unrar/rarlog.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _RAR_LOG_ -#define _RAR_LOG_ - -void InitLogOptions(char *LogName); - -void Log(const char *ArcName,const char *Format,...); - -void mprintf(const char *fmt,...); -void eprintf(const char *fmt,...); - -int Ask(const char *AskStr); - -void GetPasswordText(char *Str,int MaxLength); - -#endif |
