xsupgui.h

来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 35 行

H
35
字号
/**
 *
 * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.)
 *
 * \file xsupgui.h
 *
 * \author chris@open1x.org
 *
 * $Id: xsupgui.h,v 1.5.2.9 2007/06/26 18:05:28 chessing Exp $
 * $Date: 2007/06/26 18:05:28 $
 **/

#ifndef _XSUPGUI_H_
#define _XSUPGUI_H_

#ifndef WINDOWS
#include <sys/socket.h>
#include <netinet/in.h>
#include <inttypes.h>
#endif

#include <libxml/parser.h>

int xsupgui_connect();
int xsupgui_connect_event_listener();
int xsupgui_disconnect();
int xsupgui_disconnect_event_listener();
int xsupgui_process(int *);
int xsupgui_send_to_event(unsigned char *, int);
int xsupgui_send(unsigned char *, int, unsigned char **, int *);
xmlDocPtr xsupgui_get_event_doc();
void xsupgui_free_event_doc();

#endif

⌨️ 快捷键说明

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