Added support for dynamically allocated arrays.
[repair.git] / Repair / RepairCompiler / structextract / dumpstructures.h
index 3419fc1ee1681917453c59e6fa0b1e26cfd78c9c..65c094a205b0486ea78118bc53e865111efe6260 100755 (executable)
@@ -48,6 +48,7 @@ struct Structure {
 struct Structure * TypeArray;
 unsigned long TypeArraySize;
 
+char * deref(char *name);
 void daikon_preprocess_entry_array();
 void initializeTypeArray();
 int entry_is_type(dwarf_entry *entry);