Files
WrenchBoradWeb/wrenchboard/src/include/mobile.h
T
2019-05-31 11:26:35 -04:00

16 lines
333 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);
#endif