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
..
2021-01-26 16:46:41 +01:00
2021-01-19 16:25:50 +01:00
2021-04-13 11:21:00 +02:00
2021-03-02 09:42:38 +01:00
2009-09-21 14:41:45 +01:00
2009-09-21 14:41:45 +01:00
2009-09-21 14:41:45 +01:00
2009-09-21 14:41:45 +01:00
2019-08-09 14:06:31 +01:00
2020-11-04 12:18:05 +01:00
2020-12-07 10:38:44 +00:00
2021-03-05 20:05:54 +04:00
2009-09-21 14:41:45 +01:00
2020-09-14 15:52:40 +02:00
2019-12-10 12:41:56 +01:00
2021-04-13 17:00:38 +02:00
2019-07-26 16:48:58 -05:00
2021-04-13 17:00:38 +02:00
2019-08-09 09:18:19 +02:00
2021-04-13 17:00:38 +02:00
2021-02-19 07:39:56 +01:00
2021-04-13 17:00:38 +02:00
2020-11-10 18:34:02 +01:00
2021-04-13 17:00:38 +02:00
2020-11-10 18:34:11 +01:00
2021-04-13 17:00:38 +02:00
2020-11-10 18:34:23 +01:00
2021-04-13 17:00:38 +02:00
2019-08-09 09:10:08 +02:00
2021-04-13 17:00:38 +02:00
2019-08-09 09:15:36 +02:00
2021-04-13 17:00:38 +02:00
2019-08-09 09:20:13 +02:00
2021-04-13 17:00:38 +02:00
2019-08-09 09:16:28 +02:00
2021-04-13 17:00:38 +02:00
2019-08-09 09:17:06 +02:00
2021-04-13 17:00:38 +02:00
2019-08-09 09:07:02 +02:00
2021-02-11 17:05:34 +01:00
2019-08-09 09:18:54 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2020-01-07 16:12:55 +01:00
2021-04-13 17:00:38 +02:00
2020-11-10 18:34:26 +01:00
2019-10-15 16:14:19 +02:00
2021-04-13 17:00:38 +02:00
2020-08-03 15:30:40 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2019-08-09 09:03:53 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2020-08-03 15:30:40 +02:00
2021-04-13 17:00:38 +02:00
2020-08-03 15:30:40 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2020-05-05 14:45:58 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2018-10-05 15:53:29 +02:00
2019-06-19 17:12:34 +02:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2020-09-02 10:28:10 +02:00
2021-04-13 17:00:38 +02:00
2020-01-29 14:51:39 +00:00
2016-06-10 11:03:02 +01:00
2019-07-01 17:20:32 +02:00
2016-04-25 15:40:43 +02:00
2019-09-12 16:06:57 +01:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-01-26 16:46:41 +01:00