Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / gdb_regex.h
index 14475fc89193513afdbecab9c8de52a55ec3f9f0..a39dae2400854c088f0f8ca0b4ecb8105882c3ef 100644 (file)
@@ -1,5 +1,5 @@
 /* Portable <regex.h>.
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -30,5 +30,7 @@
 /* From utils.c.  */
 struct cleanup *make_regfree_cleanup (regex_t *);
 char *get_regcomp_error (int, regex_t *);
+struct cleanup *compile_rx_or_error (regex_t *pattern, const char *rx,
+                                    const char *message);
 
 #endif /* not GDB_REGEX_H */
This page took 0.024707 seconds and 4 git commands to generate.