Files
MermsEmrWeb/mermsemr/src/include/common_tool.h
T
2019-03-15 19:16:16 +00:00

13 lines
372 B
C

#ifndef __mx_common_tool_h__
#define __mx_common_tool_h__
#include "vars.h"
//void Confirmation( unsigned long payment_id, char * number, int sz );
//void GetMemberAccountLink( long member_id, unsigned long acc_link, char * number);
void GenerateInnerConfirmationSeed( char * number, int sz, int seed );
long GetMemberAccountLink(long member_id, CVars &out);
#endif