Updated the interface definitions

This commit is contained in:
Pierre Pronchery 2011-10-17 15:50:47 +00:00
parent c79bea3cfa
commit 2c7ffa449b

View File

@ -2,26 +2,26 @@
service=Init service=Init
port=4241 port=4241
[login] [call::login]
ret=UINT16 ret=UINT16
arg1=STRING,username arg1=STRING,username
[logout] [call::logout]
ret=UINT16 ret=UINT16
[register] [call::register]
ret=UINT16 ret=UINT16
arg1=STRING arg1=STRING
arg2=UINT16 arg2=UINT16
[get_session] [call::get_session]
ret=INT32 ret=INT32
arg1=STRING arg1=STRING
[get_profile] [call::get_profile]
ret=INT32 ret=INT32
arg1=STRING_OUT,profile arg1=STRING_OUT,profile
[set_profile] [call::set_profile]
ret=INT32 ret=INT32
arg1=STRING,profile arg1=STRING,profile