Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / parsing_cocci / data.mli
index 272302e..4a7ef6d 100644 (file)
@@ -1,5 +1,5 @@
 (*
- * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
+ * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
  * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
  * This file is part of Coccinelle.
  *
@@ -64,6 +64,11 @@ val clear_meta: (unit -> unit) ref
 val add_id_meta:
     (Ast_cocci.meta_name -> iconstraints -> Ast0_cocci.pure -> unit) ref
 
+val add_virt_id_meta_found: (string -> string -> unit) ref
+
+val add_virt_id_meta_not_found:
+    (Ast_cocci.meta_name -> Ast0_cocci.pure -> unit) ref
+
 val add_fresh_id_meta: (Ast_cocci.meta_name -> unit) ref
 
 val add_type_meta: (Ast_cocci.meta_name -> Ast0_cocci.pure -> unit) ref