libvirt/src/admin
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
..
admin_protocol.x admin: Introduce virAdmServerUpdateTlsFiles 2020-03-13 17:07:32 +00:00
admin_remote.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
admin_server_dispatch.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
admin_server_dispatch.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
admin_server.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
admin_server.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
libvirt_admin_private.syms Remove references to deleted Makefile.am 2021-04-13 11:21:00 +02:00
libvirt_admin_public.syms admin: Introduce virAdmServerUpdateTlsFiles 2020-03-13 17:07:32 +00:00
libvirt-admin.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
libvirt-admin.conf build: move admin code into admin directory 2019-10-23 14:30:58 +02:00
meson.build meson: drop use of .path() for python args 2020-11-09 16:32:55 +00:00