eapfast_xml.h
来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 30 行
H
30 行
/*******************************************************************
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file eapfast_xml.h
*
* \author chris@open1x.org
*
* $Id: eapfast_xml.h,v 1.1.2.4 2007/02/07 07:17:40 chessing Exp $
* $Date: 2007/02/07 07:17:40 $
*******************************************************************/
#ifndef __EAPFAST_XML_H__
#define __EAPFAST_XML_H__
#include <libxml/parser.h>
#include <libxml/tree.h>
xmlDocPtr eapfast_xml_create_pac_struct();
void eapfast_xml_add_content(xmlNodePtr, char *, char *);
int eapfast_xml_add_pac(xmlDocPtr, struct pac_values *);
int eapfast_xml_save(char *, xmlDocPtr);
void eapfast_xml_init();
void eapfast_xml_deinit(xmlDocPtr);
xmlDocPtr eapfast_xml_open_pac(char *);
int eapfast_xml_find_pac_data(xmlDocPtr, char *, struct pac_values *);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?