.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "PARPORT_LIST" 3 "" "" ""
.SH NAME
parport_list \- a collection of parallel ports
.SH "SYNOPSIS"

.nf
#include <ieee1284\&.h>
.fi

.SH "DESCRIPTION"

.PP
A parport_list structure is just a vector of parport structures\&.

.SH "STRUCTURE MEMBERS"

.PP
The structure has the following members:

.nf
struct parport_list {
  /* Number of elements in the vector\&. */
  int portc;

  /* The ports\&. */
  struct parport **portv;
};
.fi

.SH AUTHOR
Tim Waugh <twaugh@redhat\&.com>.
