Changeset 37ea333 in mainline for uspace/lib/hound/include/hound/protocol.h
- Timestamp:
- 2013-03-23T13:56:35Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd7c98b
- Parents:
- d768d4c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/include/hound/protocol.h
rd768d4c8 r37ea333 64 64 int (*add_context)(void *, hound_context_id_t *, const char *, bool); 65 65 int (*rem_context)(void *, hound_context_id_t); 66 bool (*is_record_context)(void *, hound_context_id_t); 66 67 int (*add_stream)(void *, hound_context_id_t, int, pcm_format_t, size_t, 67 68 void **);
Note:
See TracChangeset
for help on using the changeset viewer.