#include "ifaces.h"
#include "../gobj/ids.h"
#include "file.h"
#include "tcpip.h"
Variables | |
Gj_IfaceFuncs | gj_Ifaces [] |
Iface list. More... |
|
Initializer: { { &ID_IFACE_LOCAL, Gj_iface_file_openPort, Gj_iface_file_closePort, Gj_iface_file_write, Gj_iface_file_read, Gj_iface_file_read2write, Gj_iface_file_write2read, Gj_iface_file_flush, 0 }, { &ID_IFACE_STDNET, Gj_iface_tcpip_openPort, Gj_iface_tcpip_closePort, Gj_iface_tcpip_write, Gj_iface_tcpip_read, 0, 0, 0, Gj_iface_tcpip_listen }, { 0, 0, 0, 0, 0, 0, 0, 0, 0 } }
|