This commit is contained in:
2019-02-19 22:35:27 +00:00
parent ae5dbd1e80
commit cc33879fd0
264 changed files with 214146 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef __mx_function_users_h__
#define __mx_function_users_h__
#include "vars.h"
long passwordReset(CVars in, CVars &out);
long startPassReset(CVars in, CVars &out);
long confirmPassReset(CVars in, CVars &out);
long completePassReset(CVars in, CVars &out);
long userDeleteCard(CVars in, CVars &out);
long kleenDryCleanList(CVars in, CVars &out);
long getUserCCList(CVars in, CVars &out);
long manageUserCCList(CVars in, CVars &out);
#endif