diff options
author | dufault <dufault@FreeBSD.org> | 1995-04-28 19:23:51 +0000 |
---|---|---|
committer | dufault <dufault@FreeBSD.org> | 1995-04-28 19:23:51 +0000 |
commit | d1214fe1e858f03c29ab0eee597e36e45f26ea21 (patch) | |
tree | 447aeb093905662522162978cc7f96d880bca42d /lib/libscsi/scsi.h | |
parent | cd052cdfd3cde0a4478a61850561b50a0046463d (diff) | |
download | FreeBSD-src-d1214fe1e858f03c29ab0eee597e36e45f26ea21.zip FreeBSD-src-d1214fe1e858f03c29ab0eee597e36e45f26ea21.tar.gz |
Fix a few problems with the debugging output. Add a new "visit" function.
Diffstat (limited to 'lib/libscsi/scsi.h')
-rw-r--r-- | lib/libscsi/scsi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libscsi/scsi.h b/lib/libscsi/scsi.h index c9aa0f3..4555d7f 100644 --- a/lib/libscsi/scsi.h +++ b/lib/libscsi/scsi.h @@ -52,6 +52,8 @@ scsireq_t *scsireq_reset __P((scsireq_t *)); scsireq_t *scsireq_new __P((void)); int scsireq_buff_decode __P((u_char *, size_t, char *, ...)); +int scsireq_buff_decode_visit __P((u_char *, size_t, char *, +void (*a)(void *, int, void *, int, char *), void *)); int scsireq_decode __P((scsireq_t *, char *, ...)); int scsireq_decode_visit __P((scsireq_t *, char *, |