summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.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
commit1684382a9110efd6523ce304cb99c869053323c8 (patch)
tree40364f6d12e4c278425f9de47c2f4e15c98e8076 /gdb/cli/cli-script.h
parent2729fb2483899a9b69e0d73500c79373156f27a7 (diff)
downloadgdb-1684382a9110efd6523ce304cb99c869053323c8.tar.gz
Diffstat (limited to 'gdb/cli/cli-script.h')
-rw-r--r--gdb/cli/cli-script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-script.h b/gdb/cli/cli-script.h
index 03cb84137e5..8f1c441ef1c 100644
--- a/gdb/cli/cli-script.h
+++ b/gdb/cli/cli-script.h
@@ -27,7 +27,7 @@ struct cmd_list_element;
extern void script_from_file (FILE *stream, char *file);
-extern void document_command (char *, int);
+extern void document_command (const char *, int);
extern void define_command (char *, int);