* jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
[deliverable/binutils-gdb.git] / gdb / gdb_regex.h
index a55ae973628119725dc4fc24810f12b33ba3f980..835cb09694c296daee6268524234034589975ce4 100644 (file)
@@ -1,5 +1,5 @@
 /* Portable <regex.h>.
-   Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009, 2010
+   Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -28,4 +28,8 @@
 # include <regex.h>
 #endif
 
+/* From utils.c.  */
+struct cleanup *make_regfree_cleanup (regex_t *);
+char *get_regcomp_error (int, regex_t *);
+
 #endif /* not GDB_REGEX_H */
This page took 0.024839 seconds and 4 git commands to generate.