PR ld/12549
[binutils-gdb.git] / gdb / gdb_regex.h
index 7e1d3d8dd4436cabf773e6c9fbfa6c2432dad180..14475fc89193513afdbecab9c8de52a55ec3f9f0 100644 (file)
@@ -1,6 +1,5 @@
 /* Portable <regex.h>.
-   Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,4 +27,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 */