2025-04-27 07:49:33 -04:00

13 lines
180 B
C

/*
* ConfApi.h
*
* CConfRoom Application Program Interface
*/
#ifndef _CONFAPI_H_
#define _CONFAPI_H_
VOID SetLoggedOn(BOOL fLoggedOn);
#endif /* _CONFAPI_H_ */