Files
WrenchBoradWeb/wrenchboard/src/include/mobile.h
T
DESKTOP-GBA0BK8\Admin 5aa9f6793a update profile api
2023-04-22 17:59:40 -04:00

17 lines
385 B
C

#ifndef __mx_mobile_h__
#define __mx_mobile_h__
#include "vars.h"
long mobile_calls(CVars in, CVars &out);
long WrenchReturnActiveJobsList(CVars in, CVars &out);
long WrenchReturnJobOffersList(CVars in, CVars &out);
long WrenchReturnUserProfile(CVars in, CVars &out);
long WrenchReturnUserAccount(CVars in, CVars &out);
long WrenchUpdateUserProfile(CVars in, CVars &out);
#endif