diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-06-08 11:04:43 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-06-08 11:04:43 +0200 |
| commit | 16f738ecee689c6feb2acb7e4ef4d9bb4144ae7d (patch) | |
| tree | 3d22f54f7298f81b18ed66d05a62fa8bfab359ab /unrar/rarlog.hpp | |
| download | tuxcmd-modules-0.6.36.tar.xz | |
Initial commitv0.6.36release-0.6.36-dev
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 |
