* cli/cli-decode.c (print_doc_line): Use stream instead of
[deliverable/binutils-gdb.git] / gdb / stack.h
index 312e8ffeea73c3ca5227e32224fb50a7caaab0a4..50b2477f762c9159b0a859c59899fb9fde3d608d 100644 (file)
@@ -1,7 +1,6 @@
 /* Stack manipulation commands, for GDB the GNU Debugger.
 
-   Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,7 +22,7 @@
 
 void select_frame_command (char *level_exp, int from_tty);
 
-void find_frame_funname (struct frame_info *frame, char **funname,
+void find_frame_funname (struct frame_info *frame, const char **funname,
                         enum language *funlang, struct symbol **funcp);
 
 typedef void (*iterate_over_block_arg_local_vars_cb) (const char *print_name,
This page took 0.023571 seconds and 4 git commands to generate.