diff options
| author | 2008-04-29 23:09:22 -0700 | |
|---|---|---|
| committer | 2008-04-29 23:09:22 -0700 | |
| commit | 3b4d2eed60f88f780393568b122164f8985088b9 (patch) | |
| tree | 9f38966162b622e42b1dba8a995959995be1cde5 /src/raw1394.h | |
| parent | juju/raw1394-iso.c: bugfix size of mmap'ed isochronous buffer to prevent (diff) | |
libraw1394.sgml, raw1394.h: remove information about deprecated isochronous
API that has been removed.
Diffstat (limited to 'src/raw1394.h')
| -rw-r--r-- | src/raw1394.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raw1394.h b/src/raw1394.h index d59b1b2..1bcdf19 100644 --- a/src/raw1394.h +++ b/src/raw1394.h @@ -363,7 +363,7 @@ typedef int raw1394_errcode_t; * roughly the same meaning. * * Returns: the error code of the last raw1394_read(), raw1394_write(), - * raw1394_lock() or raw1394_iso_write(). The error code is either an internal + * raw1394_lock(). The error code is either an internal * error (i.e. not a bus error) or a combination of acknowledge code and * response code, as appropriate. * @@ -651,7 +651,7 @@ typedef int (*tag_handler_t)(raw1394handle_t, unsigned long tag, * * Care must be taken when replacing the tag handler and calling the synchronous * versions of the transaction functions (i.e. raw1394_read(), raw1394_write(), - * raw1394_lock(), raw1394_iso_write()) since these do pass pointers to &struct + * raw1394_lock()) since these do pass pointers to &struct * raw1394_reqhandle as the tag and expect the callback to be invoked. * * Returns: the old handler |
