[Pkg-libvirt-commits] [libguestfs] 10/19: api-support: Ignore guestfs_impl_* symbols.

Hilko Bengen bengen at moszumanska.debian.org
Sun Nov 1 17:12:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag upstream/1.29.44
in repository libguestfs.

commit a59fc8ee325dde64c753791106756048ca684f8a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 26 09:09:25 2015 +0100

    api-support: Ignore guestfs_impl_* symbols.
---
 src/api-support/update-from-tarballs.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/api-support/update-from-tarballs.sh b/src/api-support/update-from-tarballs.sh
index 328b11b..5c41fa4 100755
--- a/src/api-support/update-from-tarballs.sh
+++ b/src/api-support/update-from-tarballs.sh
@@ -61,6 +61,7 @@ for t in $tarballs; do
             grep -v '_len$' |
             grep -v '_val$' |
             grep -v '_cb$' |
+            grep -v '^guestfs_impl_' |
             grep -v '^guestfs_int_' |
             grep -v '^guestfs_set_$' |
             grep -v '^guestfs_free_' |

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list