13 lines
168 B
C
13 lines
168 B
C
/*
|
|
* ConfApi.h
|
|
*
|
|
* CConfRoom Application Program Interface
|
|
*/
|
|
|
|
#ifndef _CONFAPI_H_
|
|
#define _CONFAPI_H_
|
|
|
|
VOID SetLoggedOn(BOOL fLoggedOn);
|
|
|
|
#endif /* _CONFAPI_H_ */
|