]>
Commit | Line | Data |
---|---|---|
ecaf5866 A |
1 | #ifndef _SOSCONTROLSERVER_H_ |
2 | #define _SOSCONTROLSERVER_H_ | |
3 | ||
4 | void SOSControlServerInitialize(void); | |
5 | ||
b54c578e A |
6 | #if __OBJC2__ |
7 | @interface SOSClient : NSObject <SOSControlProtocol> | |
8 | @end | |
9 | ||
10 | SOSClient * | |
11 | SOSControlServerInternalClient(void); | |
12 | ||
13 | #endif | |
14 | ||
15 | ||
ecaf5866 | 16 | #endif /* !_SOSCONTROLSERVER_H_ */ |