get_varinfo not exported in src/ai/base.mli
ID0000257:
**This issue was created automatically from Mantis Issue 257. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0000257 | Frama-C | Kernel | public | 2009-09-29 | 2014-02-12 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | Jonathan-Christofer Demay | **Assigned To** | pascal | **Resolution** | fixed |
| **Priority** | normal | **Severity** | minor | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Beryllium-20090901 | **Target Version** | - | **Fixed in Version** | Frama-C Boron-20100401 |
### Description :
get_varinfo (create_varinfo but the other way around) is defined in src/ai/base.ml (essentially because of me ^^;) but not exported in src/ai/base.mli
diff -Naur frama-c-Beryllium-20090601-beta1-orig/src/ai/base.mli frama-c-Beryllium-20090601-beta1-ptch/src/ai/base.mli
--- frama-c-Beryllium-20090601-beta1-orig/src/ai/base.mli 2009-05-05 14:29:35.000000000 +0000
+++ frama-c-Beryllium-20090601-beta1-ptch/src/ai/base.mli 2009-07-12 17:09:54.000000000 +0000
@@ -61,6 +61,7 @@
val is_block_local: t -> Cil_types.block -> bool
val is_hidden_variable : t -> bool
val validity_from_type : Cil_types.varinfo -> validity
+val get_varinfo : t -> Cil_types.varinfo
val create_varinfo : Cil_types.varinfo -> t
val create_logic : Cil_types.varinfo -> validity -> t
val create_initialized : Cil_types.varinfo -> validity -> t
issue