From e9036281ebb3a5be97e42f56667bb8dfebc5b4fe Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 19 Dec 2023 18:46:18 +0100 Subject: unrar: Align with the unrar-6.2.12 release Includes static and shared build. --- unrar/rarlog.hpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 unrar/rarlog.hpp (limited to 'unrar/rarlog.hpp') 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 -- cgit v1.2.3