* solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
[deliverable/binutils-gdb.git] / gdb / linespec.h
index 7c3f90ca268c10f994917af187a2c5b9d4d35e84..38b0941dcb3c330dbd0a29ccec44e3624733164d 100644 (file)
 #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.023007 seconds and 4 git commands to generate.