From e9e1a5fe71d01f9910483351e9eed52599cfeadb Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Tue, 31 May 2022 18:00:41 -0400 Subject: [PATCH] fix --- wrenchboard/src/include/coupons.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wrenchboard/src/include/coupons.h diff --git a/wrenchboard/src/include/coupons.h b/wrenchboard/src/include/coupons.h new file mode 100644 index 00000000..57d0df16 --- /dev/null +++ b/wrenchboard/src/include/coupons.h @@ -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 \ No newline at end of file