Richard W.M. Jones
bfbcc01403
Change guestfs___* to guestfs_int_*
...
libguestfs has used double and triple underscores in identifiers.
These aren't valid for global names in C++.
The first step is to replace all guestfs___* (3 underscores) with
guestfs_int_*. We've used guestfs_int_* elsewhere already as a prefix
for internal identifiers.
This is an entirely mechanical change done using:
git ls-files | xargs perl -pi.bak -e 's/guestfs___/guestfs_int_/g'
Reference: http://stackoverflow.com/a/228797
2015-02-14 18:46:04 +00:00
..
2014-03-04 00:06:09 +01:00
2014-02-27 09:59:56 +00:00
2015-02-13 14:47:15 +00:00
2014-03-12 15:06:55 +01:00
2014-10-31 17:49:46 +01:00
2015-01-17 09:08:15 +00:00
2015-01-17 09:08:15 +00:00
2015-02-02 18:55:10 +00:00
2014-10-25 14:57:51 +01:00
2014-06-24 16:54:32 +01:00
2014-10-25 14:57:51 +01:00
2014-06-24 16:54:32 +01:00
2014-10-31 17:49:46 +01:00
2014-10-31 17:49:46 +01:00
2014-12-12 15:50:07 +00:00
2014-12-12 15:50:07 +00:00
2014-12-23 12:10:10 +00:00
2014-03-20 15:36:38 +01:00
2014-10-23 19:03:12 +02:00
2015-02-14 18:46:04 +00:00
2015-01-17 09:08:15 +00:00
2015-01-17 09:08:15 +00:00
2015-01-17 09:08:15 +00:00
2014-03-11 14:20:22 +01:00
2014-02-27 09:59:56 +00:00
2014-02-27 09:59:56 +00:00
2015-02-13 08:55:44 +00:00
2015-01-09 11:14:35 +01:00
2014-10-31 17:49:46 +01:00
2015-01-17 09:08:15 +00:00
2014-02-27 09:59:56 +00:00
2015-02-12 20:27:41 +00:00
2014-03-29 15:09:19 +00:00
2014-03-29 15:09:19 +00:00
2014-12-12 15:50:07 +00:00
2014-01-30 17:05:34 +01:00
2014-01-30 17:05:34 +01:00
2014-10-31 17:46:14 +01:00
2014-10-31 17:46:14 +01:00
2014-10-31 17:46:14 +01:00
2014-10-31 17:46:14 +01:00
2014-04-03 08:44:24 +01:00
2014-10-10 17:08:56 +02:00
2014-09-17 17:31:50 +01:00
2014-09-17 17:31:50 +01:00
2014-04-03 08:58:46 +01:00
2014-04-03 08:58:46 +01:00
2014-04-03 08:58:46 +01:00
2014-09-17 17:31:50 +01:00
2014-12-12 15:50:07 +00:00
2014-03-12 15:06:55 +01:00
2014-03-12 15:06:55 +01:00
2015-01-17 09:08:15 +00:00
2015-01-14 13:16:21 +01:00
2014-03-20 13:47:19 +00:00