aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
commita9596cd98aa07c137ed362c7d92df64213b4fa04 (patch)
tree93d2aea2e0fa868da0f9b56626e5cfe8c2341869 /gdb/linespec.h
parent74eda9eb7acc3c2bd375826f92e8ca233d5f767a (diff)
downloadbinutils-cagney_writestrings-20030508-branch.zip
binutils-cagney_writestrings-20030508-branch.tar.gz
binutils-cagney_writestrings-20030508-branch.tar.bz2
Diffstat (limited to 'gdb/linespec.h')
-rw-r--r--gdb/linespec.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/linespec.h b/gdb/linespec.h
index 3ede4bd..8b3f44b 100644
--- a/gdb/linespec.h
+++ b/gdb/linespec.h
@@ -21,9 +21,10 @@
struct symtab;
-extern struct symtabs_and_lines
- decode_line_1 (char **argptr, int funfirstline,
- struct symtab *default_symtab, int default_line,
- char ***canonical);
+extern struct symtabs_and_lines decode_line_1 (const char **argptr,
+ int funfirstline,
+ struct symtab *default_symtab,
+ int default_line,
+ char ***canonical);
#endif /* defined (LINESPEC_H) */