statfp.h

来自「ipt网关源码」· C头文件 代码 · 共 39 行

H
39
字号
/**********************************************************************************************
* 
* $ProjectName: X:\SIPROJ\VOIP\HOST\WIN_NT\DEMOS\VOIPGATE\PROJECT.PJ $
* $ProjectRevision: 1.1 $
* $Label$
* $Revision: 1.5 $ - $Date: 1997/07/14 14:53:59 $
* 
**********************************************************************************************/

#ifndef _STATFP_H
#define  _STATFP_H                

#ifdef __cplusplus
extern "C" {
#endif /* def __cplusplus */

#include "GateStrc.h"


/*****FUNCTION **********************************************
*        NAME : gateUpdate 
* DESCRIPTION : Update Session state and state machine function
*       INPUT : USHORT channel   -  Channel to update information 
*               USHORT newState  -  New state to update channel to
*      OUTPUT : None
*     RETURNS : void
*    CAUTIONS : None.
****************************************************************/
void gateUpdate(GateSession * pCamelsession, 
                USHORT newState);


#ifdef __cplusplus                /* close C++ brackets */
}   
#endif /* def __cplusplus */

#endif /* ndef _STATFP_H */
/*** End of File ***/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?