#ifndef __LIBM_PARSING__ #define __LIBM_PARSING__ /* TRANSACTION PARSING ROUTINES */ /* int M_IP_Response_Start(char *string); int M_IP_Response_End(char *string, int start); int M_IP_Get_Response(char *instring, char **outstring); int M_IP_Get_Response_Identifier(char *response, char **identifier); int M_IP_Get_Response_Message(char *response, char **message); */ long M_ReadLine(char *string, long start, char **line); int M_ParseLine(char *line, char **option, char **value); #endif