This changes puts_tabular to accept a 'const char *'.
Reviewed-By: Keith Seitz <keiths@redhat.com>
currently doesn't tabulate very well. */
void
-puts_tabular (char *string, int width, int right)
+puts_tabular (const char *string, int width, int right)
{
int spaces = 0;
int stringlen;
extern void gdb_puts (const char *);
-extern void puts_tabular (char *string, int width, int right);
+extern void puts_tabular (const char *string, int width, int right);
/* Generic printf-like operations. As an extension over plain
printf, these support some GDB-specific format specifiers.