mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-03 22:47:16 +01:00
10 lines
253 B
C
10 lines
253 B
C
|
#ifndef NULLSOFT_IN_CDDA_WORKORDER_H
|
||
|
#define NULLSOFT_IN_CDDA_WORKORDER_H
|
||
|
|
||
|
#include "../gracenote/CDDBPluginWorkOrderManager.h"
|
||
|
|
||
|
extern CDDBModuleWorkOrderManagerInterface *workorder;
|
||
|
void OpenMusicIDWorkOrder();
|
||
|
void ShutdownMusicIDWorkOrder();
|
||
|
|
||
|
#endif
|