summaryrefslogtreecommitdiff
path: root/unrar/rarlog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'unrar/rarlog.hpp')
-rw-r--r--unrar/rarlog.hpp15
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