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, 1 Sep 2010 13:20:22 +0000 (14:20 +0100)
commit867319ec5f9030d3c14c32e3302606f2bf11ac27
treee865b119d6fb453a61b913941368b1405b6b1f2a
parentc9bc865a7acf372a66f7c9a3f34440deb32f1ea9
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.
src/guestfs.h
src/guestfs.pod