aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-setshow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/cli/cli-setshow.h')
-rw-r--r--gdb/cli/cli-setshow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cli/cli-setshow.h b/gdb/cli/cli-setshow.h
index 05f11b1..5a8f321 100644
--- a/gdb/cli/cli-setshow.h
+++ b/gdb/cli/cli-setshow.h
@@ -57,8 +57,8 @@ extern void do_set_command (const char *arg, int from_tty,
extern void do_show_command (const char *arg, int from_tty,
struct cmd_list_element *c);
-/* Get a string version of C's current value. */
-extern std::string get_setshow_command_value_string (const cmd_list_element *c);
+/* Get a string version of VAR's value. */
+extern std::string get_setshow_command_value_string (const setting &var);
extern void cmd_show_list (struct cmd_list_element *list, int from_tty);