21 #ifndef _MVCP_RESPONSE_H_ 22 #define _MVCP_RESPONSE_H_ 49 extern const char *mvcp_response_get_error_string(
mvcp_response );
52 extern void mvcp_response_set_error(
mvcp_response,
int,
const char * );
53 extern int mvcp_response_printf(
mvcp_response,
size_t,
const char *, ... );
54 extern int mvcp_response_write(
mvcp_response,
const char *,
int );
Definition: mvcp_response.h:34