fix
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#ifndef __mx_coupons_h__
|
||||||
|
#define __mx_coupons_h__
|
||||||
|
|
||||||
|
#include "vars.h"
|
||||||
|
|
||||||
|
long coupons_calls(CVars in, CVars &out);
|
||||||
|
|
||||||
|
long CreateCoupon( CVars in, CVars &out );
|
||||||
|
long AssignCoupon( CVars in, CVars &out );
|
||||||
|
long RedeemCoupon( CVars in, CVars &out );
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user