X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=inline;f=generator%2Fgenerator_c.ml;h=c9bfb1fc11031543a64022719167c2fb19efa573;hb=4978883bc61b95f86ed7254cf1cdb041440cfd9f;hp=fa9c0ff9211324a71271dc25373c745c81b4471b;hpb=7a1b01d41639e130d43f4c4935f305fc8ede6b7a;p=libguestfs.git diff --git a/generator/generator_c.ml b/generator/generator_c.ml index fa9c0ff..c9bfb1f 100644 --- a/generator/generator_c.ml +++ b/generator/generator_c.ml @@ -255,7 +255,7 @@ I.\n\n" pr "This function takes a key or passphrase parameter which could contain sensitive material. Read the section L for more information.\n\n"; - (match deprecation_notice flags with + (match deprecation_notice ~prefix:"guestfs_" flags with | None -> () | Some txt -> pr "%s\n\n" txt );