Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <stream.h>
Data Fields | |
void * | cookie |
int(* | read )(void *cookie, void *buf, size_t *size) |
void(* | close )(void *cookie) |
struct cri_stream_data * | cri_data |
Definition at line 42 of file new/stream.h.
void(* cr_stream::close) (void *cookie) |
Definition at line 45 of file new/stream.h.
void* cr_stream::cookie |
Definition at line 43 of file new/stream.h.
struct cri_stream_data* cr_stream::cri_data |
Definition at line 69 of file new/stream.h.
int(* cr_stream::read) (void *cookie, void *buf, size_t *size) |
Definition at line 44 of file new/stream.h.