Init/data/Init.interface

27 lines
295 B
Plaintext

#$Id$
service=Init
[call::login]
ret=UINT16
arg1=STRING,username
[call::logout]
ret=UINT16
[call::register]
ret=UINT16
arg1=STRING
arg2=UINT16
[call::get_session]
ret=INT32
arg1=STRING
[call::get_profile]
ret=INT32
arg1=STRING_OUT,profile
[call::set_profile]
ret=INT32
arg1=STRING,profile