#ifndef _CSGET_H_c55c61cb_ #define _CSGET_H_c55c61cb_ typedef struct csget CSGET; extern void csget_abort(CSGET *); extern int csget_input(CSGET *, unsigned char); extern int csget_error(CSGET *); extern char *csget_result_nul(CSGET *); extern char *csget_result_len(CSGET *, int *); extern CSGET *csget_start(int); #endif