mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-01 17:36:00 +00: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 |