Cleanup header file.
Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
parent
97b53a99fb
commit
de95d4ed85
|
@ -20,33 +20,10 @@
|
||||||
#ifndef HAVE_UHUB_NET_EVENT_H
|
#ifndef HAVE_UHUB_NET_EVENT_H
|
||||||
#define HAVE_UHUB_NET_EVENT_H
|
#define HAVE_UHUB_NET_EVENT_H
|
||||||
|
|
||||||
/**
|
|
||||||
* Network callback for reading data from a socket.
|
|
||||||
*/
|
|
||||||
extern void net_on_read(int fd, short ev, void *arg);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Network callback for writing data to a socket.
|
|
||||||
*/
|
|
||||||
extern void net_on_write(int fd, short ev, void *arg);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Network callback for timers.
|
|
||||||
*/
|
|
||||||
extern void net_on_read_timeout(int fd, short ev, void* arg);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Network callback to accept incoming connections.
|
* Network callback to accept incoming connections.
|
||||||
*/
|
*/
|
||||||
extern void net_on_accept(int fd, short ev, void *arg);
|
extern void net_on_accept(int fd, short ev, void *arg);
|
||||||
|
|
||||||
#ifdef ADC_UDP_OPERATION
|
|
||||||
/**
|
|
||||||
* Network callback to receive incoming UDP datagram.
|
|
||||||
*/
|
|
||||||
extern void net_on_packet(int fd, short ev, void *arg);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* HAVE_UHUB_NET_EVENT_H */
|
#endif /* HAVE_UHUB_NET_EVENT_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue