Files
MermsEmrWeb/mermsemr/src/include/creditcards.h
T
2019-02-19 22:35:27 +00:00

11 lines
132 B
C

#ifndef __mx_creditcards_h__
#define __mx_creditcards_h__
#include "vars.h"
long save_creditcard(CVars in, CVars &out);
#endif