windows-nt/Source/XPSP1/NT/net/rras/ip/nath323/q931io.h
2020-09-26 16:20:57 +08:00

15 lines
314 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