New market

This commit is contained in:
CHIEFSOFT\ameye
2024-09-16 11:30:08 -04:00
parent 19fac23492
commit 61e2e7bd93
2 changed files with 44 additions and 11 deletions
+1 -2
View File
@@ -683,11 +683,10 @@ CREATE TABLE members_myfiles (
ADD CONSTRAINT members_myfiles_id_key UNIQUE (id);
*/
long WrenchGetRecentDash(CVars in, CVars &out) {
long WrenchJobCount(long member_id);
long WrenchFamilyCount(long member_id);
long WrenchGetRecentDash(CVars in, CVars &out) {
logfmt(logINFO, "WrenchGetRecentDash()");
char vname[30];