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

14 lines
228 B
C

#ifndef __mx_groups_h__
#define __mx_groups_h__
#include "vars.h"
long groups_calls(CVars in, CVars &out);
long CreateWrenchBoardGroup(CVars in, CVars &out);
long WrenchBoardGroupCreateMember(CVars in, CVars &out);
#endif