diff options
Diffstat (limited to 'unrar/rarlog.hpp')
| -rw-r--r-- | unrar/rarlog.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unrar/rarlog.hpp b/unrar/rarlog.hpp new file mode 100644 index 0000000..68d9f29 --- /dev/null +++ b/unrar/rarlog.hpp @@ -0,0 +1,13 @@ +#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); + +#endif |
