* gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
[deliverable/binutils-gdb.git] / gdb / linespec.h
index 4c5d021fb8d1e36032720d5b07580e6e82a38107..38b0941dcb3c330dbd0a29ccec44e3624733164d 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for GDB line completion.
-   Copyright 2000 Free Software Foundation.
+   Copyright 2000 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #if !defined (LINESPEC_H)
 #define LINESPEC_H 1
 
+struct symtab;
+
 extern struct symtabs_and_lines
        decode_line_1 (char **argptr, int funfirstline,
                       struct symtab *default_symtab, int default_line,
-                      char ***canonical);
+                      char ***canonical, int *not_found_ptr);
 
 #endif /* defined (LINESPEC_H) */
This page took 0.026792 seconds and 4 git commands to generate.