This commit is contained in:
CHIEFSOFT\ameye
2024-09-19 19:06:32 -04:00
parent 29a2f38096
commit 38fafdcb0b
3 changed files with 39 additions and 18 deletions
+18
View File
@@ -24,5 +24,23 @@ long WrenchJobsOfferInterest( CVars in, CVars &out );
long WrenchJobsProcessInterest( CVars in, CVars &out );
long WrenchConcludeJobsOffer( CVars in, CVars &out );
long WrenchJobsQuestion(CVars in, CVars &out);
long WrenchMarketInterestQuestion(CVars in, CVars &out);
long WrenchMarketInterestQuestionList(CVars in, CVars &out);
long WrenchReplyMessage(CVars in, CVars &out);
long WrenchJobPostAgree(CVars in, CVars &out);
long WrenchJobPostExtendTime(CVars in, CVars &out);
long WrenchJobPostNotifyOffer(CVars in, CVars &out);
long WrenchJobPostCancelOffer(CVars in, CVars &out);
long WrenchJobOfferSystems(CVars in, CVars &out);
long WrenchSendJobsOfferFamily(CVars in, CVars &out);
long WrenchSendMediaOfferFamily(CVars in, CVars &out);
long WrenchSendJobsOfferCreateAssign(CVars in, CVars &out);
long WrenchJobsOfferInterestList(CVars in, CVars &out);
long WrenchUserJobsInterestList(CVars in, CVars &out);
long WrenchJobsGroupList(CVars in, CVars &out);
long WrenchJobsInterestStats(CVars in, CVars &out);
#endif