]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdb_regex.h
* cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
[thirdparty/binutils-gdb.git] / gdb / gdb_regex.h
index ccdf9c360b9b4903d7802feccebf366de2c772e5..835cb09694c296daee6268524234034589975ce4 100644 (file)
@@ -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 */