]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: kill some double underscores
authorEric Blake <eblake@redhat.com>
Sat, 18 Aug 2012 04:35:13 +0000 (22:35 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 18 Aug 2012 14:10:02 +0000 (08:10 -0600)
commit6d96fab9cf4fb85de4b923b787b99d20d2dd2539
tree16e94748cf94682ed0755e468cad6f26611d1a79
parentf4a7b87de0d36acf148147edc108e4a8c73ba353
virsh: kill some double underscores

C99 says that __foo naming is reserved for the compiler.  Besides,
we had several different styles in use; this consolidates things
to set up the typedefs up front then declare the types with
consistent naming.

* tools/virsh.h: Use consistent struct naming.
* tools/virsh.c (_vshCommandParser): Likewise.
tools/virsh.c
tools/virsh.h