diff options
| author | 2003-01-15 06:36:19 +0000 | |
|---|---|---|
| committer | 2003-01-15 06:36:19 +0000 | |
| commit | e6e6375ceeef247586113cd8a39ea3e2f2124338 (patch) | |
| tree | 382193f5686ec771dffcf5d80577367be5898bad /src/raw1394.h | |
| parent | back out previous commit - don't drop the legacy API just yet (diff) | |
implement tag matching for rawiso reception
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@101 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/raw1394.h')
| -rw-r--r-- | src/raw1394.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw1394.h b/src/raw1394.h index c3e8c04..d0b0794 100644 --- a/src/raw1394.h +++ b/src/raw1394.h @@ -118,7 +118,7 @@ int raw1394_iso_recv_unlisten_channel(raw1394handle_t handle, unsigned char chan int raw1394_iso_recv_set_channel_mask(raw1394handle_t handle, u_int64_t mask); int raw1394_iso_xmit_start(raw1394handle_t handle, int start_on_cycle, int prebuffer_packets); -int raw1394_iso_recv_start(raw1394handle_t handle, int start_on_cycle); +int raw1394_iso_recv_start(raw1394handle_t handle, int start_on_cycle, int tag_mask, int sync); void raw1394_iso_stop(raw1394handle_t handle); void raw1394_iso_shutdown(raw1394handle_t handle); |
