blob: c3ccba1c38ed30e2351351cf5c618ed2a330ab14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#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
|