Updated the interface definitions
This commit is contained in:
parent
c79bea3cfa
commit
2c7ffa449b
|
@ -2,26 +2,26 @@
|
|||
service=Init
|
||||
port=4241
|
||||
|
||||
[login]
|
||||
[call::login]
|
||||
ret=UINT16
|
||||
arg1=STRING,username
|
||||
|
||||
[logout]
|
||||
[call::logout]
|
||||
ret=UINT16
|
||||
|
||||
[register]
|
||||
[call::register]
|
||||
ret=UINT16
|
||||
arg1=STRING
|
||||
arg2=UINT16
|
||||
|
||||
[get_session]
|
||||
[call::get_session]
|
||||
ret=INT32
|
||||
arg1=STRING
|
||||
|
||||
[get_profile]
|
||||
[call::get_profile]
|
||||
ret=INT32
|
||||
arg1=STRING_OUT,profile
|
||||
|
||||
[set_profile]
|
||||
[call::set_profile]
|
||||
ret=INT32
|
||||
arg1=STRING,profile
|
||||
|
|
Loading…
Reference in New Issue
Block a user