connectionmanager_action.h

来自「AMLOGIC DPF source code」· C头文件 代码 · 共 28 行

H
28
字号
/*******************************************************************
 * 
 *  Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
 *
 *  Description: ConnectionManager service action handling.
 *
 *  Author: Eric Knudstrup
 *  Created: Mon Oct 17 13:15:25 2005
 *
 *******************************************************************/

#ifndef CONNECTIONMANAGER_ACTION_H
#define CONNECTIONMANAGER_ACTION_H



/*;emacs generated header for file ConnectionManager_action.c. Global function declarations only. */
/**
 * Begin servicing ConnectionManager action requests.
 */
extern void
ConnectionManagerInit(void);


/*;end emacs generated header for file ConnectionManager_action.c. Global function declarations only. */

#endif

⌨️ 快捷键说明

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