this will allow us to diff against newer version of unrarsrc if we wish to update our port
6 lines
83 B
C++
6 lines
83 B
C++
#ifndef _RAR_LIST_
|
|
#define _RAR_LIST_
|
|
|
|
void ListArchive(CommandData *Cmd);
|
|
|
|
#endif
|