From 3a52f5d4f1becb1fc31eecf4a3a93542f2ff89b8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 19 Jan 2008 14:27:01 +0000 Subject: Documentation updates. --- libvirt/generator.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libvirt/generator.pl') diff --git a/libvirt/generator.pl b/libvirt/generator.pl index 4fd07b8..40005c0 100755 --- a/libvirt/generator.pl +++ b/libvirt/generator.pl @@ -629,6 +629,13 @@ END printf "$0: warning: %d unimplemented functions\n", scalar (@unimplemented); +print F <<'END'; +/* The following functions are unimplemented and always fail. + * See generator.pl '@unimplemented' + */ + +END + foreach my $c_external_name (@unimplemented) { print F <