Changeset 2fd730ea55ee6a1df6b457076c67e4a8edae0580 for daemon/room.h
- Timestamp:
- 03/06/10 17:03:14 (6 months ago)
- Children:
- a459a2a19cd0f110f245f6c1cbf0a39f6f2a6dad
- Parents:
- a76c415981c63ef0bffe8be7e81ecde70ef3e2fd
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2010-03-06T17:03:14Z+0200
- Files:
-
- 1 modified
-
daemon/room.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
daemon/room.h
r8475365 r2fd730e 37 37 const char * name, 38 38 ladish_room_handle template, 39 const char * object_path, 39 40 ladish_room_handle * room_handle_ptr); 40 41 … … 47 48 48 49 const char * ladish_room_get_name(ladish_room_handle room_handle); 50 const char * ladish_room_get_opath(ladish_room_handle room_handle); 49 51 bool ladish_room_get_template_uuid(ladish_room_handle room_handle, uuid_t uuid_ptr); 50 52 void ladish_room_get_uuid(ladish_room_handle room_handle, uuid_t uuid_ptr);
