*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / defs.h
index 229ad1b703276ec19f93b9ecd633c77d30416a47..1c6fa7941ca02c0a0ea1c9b937ae0a6b0171fea1 100644 (file)
@@ -67,7 +67,7 @@
 
 #include "gdb_wchar.h"
 
-/* For ``enum target_signal''.  */
+/* For ``enum gdb_signal''.  */
 #include "gdb/signals.h"
 
 /* Just in case they're not defined in stdio.h.  */
@@ -388,6 +388,9 @@ extern void substitute_path_component (char **stringp, const char *from,
 extern pid_t wait_to_die_with_timeout (pid_t pid, int *status, int timeout);
 #endif
 
+extern int gdb_filename_fnmatch (const char *pattern, const char *string,
+                                int flags);
+
 \f
 /* Annotation stuff.  */
 
This page took 0.024733 seconds and 4 git commands to generate.