* linespec.c (decode_objc): Add cleanup to free
[deliverable/binutils-gdb.git] / gdb / gdb_regex.h
index 7a0681d611b100c438668b9277044575f0216557..46485ed221dfe98a4cd67b43036a5f6bcc52b561 100644 (file)
@@ -1,5 +1,6 @@
 /* Portable <regex.h>.
-   Copyright (C) 2000, 2001, 2003, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000-2001, 2003, 2007-2012 Free Software Foundation,
+   Inc.
 
    This file is part of GDB.
 
@@ -27,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.033897 seconds and 4 git commands to generate.