diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-03 20:54:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-03 20:54:43 +0000 |
commit | a9596cd98aa07c137ed362c7d92df64213b4fa04 (patch) | |
tree | 93d2aea2e0fa868da0f9b56626e5cfe8c2341869 /gdb/linespec.h | |
parent | 74eda9eb7acc3c2bd375826f92e8ca233d5f767a (diff) | |
download | binutils-cagney_writestrings-20030508-branch.zip binutils-cagney_writestrings-20030508-branch.tar.gz binutils-cagney_writestrings-20030508-branch.tar.bz2 |
Snap const char * mess.cagney_writestrings-20030508-branch
Diffstat (limited to 'gdb/linespec.h')
-rw-r--r-- | gdb/linespec.h | 9 |
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) */ |