aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/utils.h')
-rw-r--r--gdb/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.h b/gdb/utils.h
index 981090e..8b7eccb 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -241,7 +241,7 @@ extern int gdb_putc (int c);
extern void gdb_puts (const char *);
-extern void puts_filtered_tabular (char *string, int width, int right);
+extern void puts_tabular (char *string, int width, int right);
extern void gdb_vprintf (const char *, va_list) ATTRIBUTE_PRINTF (1, 0);