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:24:46 +0000 (14:24 +0100)
commit32d357bb907441e2a446a4e359a698a5c9d6c916
treee354ccdff7057c4fb0446fe59e2d5a00046f07b9
parent72905b32d26c981bebfd641d6fe00c4078e388af
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