Files
WrenchBoradWeb/wrenchboard/src/include/common_tool.h-bad
T
2019-05-31 11:26:35 -04:00

11 lines
227 B
Plaintext

#ifndef __mx_common_tool_h__
#define __mx_common_tool_h__
#include "vars.h"
void Confirmation( unsigned long payment_id, char * number, int sz );
void GetOfferCode( unsigned long offer_id, char * number, int sz );
#endif