#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