mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-08 13:52:10 -05:00
7 lines
83 B
C++
7 lines
83 B
C++
|
#ifndef _RAR_LIST_
|
||
|
#define _RAR_LIST_
|
||
|
|
||
|
void ListArchive(CommandData *Cmd);
|
||
|
|
||
|
#endif
|