#ifndef __LIBM_UTILS__ #define __LIBM_UTILS__ #include "monetra.h" #include "libmonetra_main.h" M_QUEUE *M_NewQueueSlot(M_CONN *myconn); void M_StoreResponseValues(M_QUEUE *queue, char *option, char *value); void M_ProcessResponse(M_CONN *myconn, char *identifier, char *message); int M_ProcessBuffer(M_CONN *myconn); //void M_ClearTransaction(M_TRANS *trans); //char *M_TransType(M_TRANS trans); char *M_StructureTransaction(M_CONN *myconn, M_QUEUE *queue); //long M_AddOutstandingAuth(M_CONN *myconn, char *identifier); int M_SendTransaction(M_CONN *myconn, M_QUEUE *queue); int M_verify_trans_in_queue(M_CONN * myconn, M_uintptr identifier); #endif