25 |
#ifndef INCLUDED_packet_h |
#ifndef INCLUDED_packet_h |
26 |
#define INCLUDED_packet_h |
#define INCLUDED_packet_h |
27 |
|
|
|
|
|
28 |
/* |
/* |
29 |
* this hides in here rather than in defaults.h because it really shouldn't |
* this hides in here rather than in defaults.h because it really shouldn't |
30 |
* be tweaked unless you *REALLY REALLY* know what you're doing! |
* be tweaked unless you *REALLY REALLY* know what you're doing! |
46 |
|
|
47 |
struct Callback; |
struct Callback; |
48 |
|
|
49 |
|
void *iorecv_default(va_list); |
50 |
extern struct Callback *iorecv_cb; |
extern struct Callback *iorecv_cb; |
51 |
extern struct Callback *iorecvctrl_cb; |
extern struct Callback *iorecvctrl_cb; |
52 |
|
|