libvirt/src/storage_file
Michal Privoznik c8238579fb lib: Drop internal virXXXPtr typedefs
Historically, we declared pointer type to our types:

  typedef struct _virXXX virXXX;
  typedef virXXX *virXXXPtr;

But usefulness of such declaration is questionable, at best.
Unfortunately, we can't drop every such declaration - we have to
carry some over, because they are part of public API (e.g.
virDomainPtr). But for internal types - we can do drop them and
use what every other C project uses 'virXXX *'.

This change was generated by a very ugly shell script that
generated sed script which was then called over each file in the
repository. For the shell script refer to the cover letter:

https://listman.redhat.com/archives/libvir-list/2021-March/msg00537.html

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2021-04-13 17:00:38 +02:00
..
meson.build storage_source: Move backing store parsers into new file 2021-01-27 07:49:57 +01:00
storage_file_backend_fs.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_backend_fs.h
storage_file_backend_gluster.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_backend_gluster.h
storage_file_backend.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_backend.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_probe.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_probe.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_source_backingstore.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_source_backingstore.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_source.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_source.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00