Consistent use of 'void *opaque' to refer to opaque pointer in C API.
authorRichard Jones <rjones@redhat.com>
Wed, 1 Sep 2010 12:19:05 +0000 (13:19 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 8 Sep 2010 13:13:21 +0000 (14:13 +0100)
commit2ad4a17a958d16f085f95f6112ffe90901a1a469
tree9c022de675a05de2d1b32ffc13c5f16cee60d8b5
parentd2002a5b94210a3c1aa4b24066994a1d72d8bda4
Consistent use of 'void *opaque' to refer to opaque pointer in C API.

We inconsistently used 'void *data' or 'void *opaque' all over to
refer to the same thing.  Use 'void *opaque' in all places in the
published API and documentation.

Cherry picked from commit 867319ec5f9030d3c14c32e3302606f2bf11ac27.
src/guestfs.h
src/guestfs.pod