Merge branch 'master' of ssh://gitlab.chiefsoft.net/WrenchBoard/WrenchBoradWeb
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
long account_calls(CVars in, CVars &out);
|
||||
|
||||
long LoginWrenchBoardFamilyLogin(CVars in, CVars &out);
|
||||
long WrenchBoardCreateFamilyAcc(CVars in, CVars &out);
|
||||
|
||||
long LoginWrenchBoardAccount( CVars in, CVars &out );
|
||||
long LoginWrenchBoardFacebook( CVars in, CVars &out );
|
||||
long LoginWrenchBoardGoogle( CVars in, CVars &out );
|
||||
|
||||
@@ -2048,8 +2048,8 @@ long LoginLogger( long member_id, long login_mode){
|
||||
#define LOGIN_MODE_GENERAL 1100
|
||||
#define LOGIN_MODE_FAMILY 1105
|
||||
*/
|
||||
long LoginWrenchBoardFamilyLogin(CVars in, CVars &out);
|
||||
long WrenchBoardCreateFamilyAcc(CVars in, CVars &out);
|
||||
//long LoginWrenchBoardFamilyLogin(CVars in, CVars &out);
|
||||
//long WrenchBoardCreateFamilyAcc(CVars in, CVars &out);
|
||||
|
||||
long WrenchBoardFamilyAccMemberID(CVars in, CVars &out){
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
|
||||
Reference in New Issue
Block a user