mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
19 lines
339 B
C
19 lines
339 B
C
|
#ifndef NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
|
||
|
#define NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif // __cplusplus
|
||
|
|
||
|
int Setup_RegisterService(void);
|
||
|
int Setup_RegisterDefault(void);
|
||
|
int Setup_RegisterPlugins(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif // __cplusplus
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
|