]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdb_vecs.h
2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / gdb_vecs.h
index ce32de33cb1047333147b9c8559ad185c9b02a78..d6de54a92665f0df0189cd725c97945d3196ee1e 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "vec.h"
 
+struct probe;
+
 DEF_VEC_P (char_ptr);
 
 DEF_VEC_P (const_char_ptr);
@@ -39,4 +41,7 @@ extern void dirnames_to_char_ptr_vec_append (VEC (char_ptr) **vecp,
 
 extern VEC (char_ptr) *dirnames_to_char_ptr_vec (const char *dirnames);
 
+typedef struct probe *probe_p;
+DEF_VEC_P (probe_p);
+
 #endif /* GDB_VECS_H */