mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
314 B
15 lines
314 B
#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
|