add api call for 'list joined rooms'
This commit is contained in:
parent
4ad25be512
commit
36a58a36d7
3 changed files with 34 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ ffibuilder.cdef(
|
|||
extern char* apiv0_stopclient(int cid);
|
||||
extern char* apiv0_sendmessage(int cid, char* data);
|
||||
extern char* apiv0_leaveroom(int cid, char* roomid);
|
||||
extern char* apiv0_joinedrooms(int cid);
|
||||
extern int apiv0_removeclient(int cid);
|
||||
extern char* apiv0_listclients();
|
||||
extern char* apiv0_getoptions(int cid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue