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

15 lines
328 B
C

#ifndef __h323ics_q931io_h
#define __h323ics_q931io_h
// this module DOES make use of the global sync counter (PxSyncCounter)
// declared in main.h
HRESULT H323ProxyStart (void);
void H323ProxyStop (void);
HRESULT H323Activate (void);
void H323Deactivate (void);
#endif // __h323ics_q931io_h