📄 eapfast_xml.h
字号:
/*******************************************************************
*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -