ldp_init.h

来自「Linux平台下」· C头文件 代码 · 共 22 行

H
22
字号
/* *  Copyright (C) James R. Leu 2000 *  jleu@mindspring.com * *  This software is covered under the LGPL, for more *  info check out http://www.gnu.org/copyleft/lgpl.html */#ifndef _LDP_INIT_H_#define _LDP_INIT_H_#include "ldp_struct.h"extern ldp_mesg *ldp_init_create(ldp_global * g, uint32_t msgid,  ldp_session * session);extern mpls_return_enum ldp_init_send(ldp_global * g, ldp_session * s);extern mpls_return_enum ldp_init_process(ldp_global * g, ldp_session * s,  ldp_mesg * msg);#endif

⌨️ 快捷键说明

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