aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-01-31 03:46:23 +0000
committerAndrew Cagney <cagney@redhat.com>2001-01-31 03:46:23 +0000
commitd1f4cff847cd744be01b8f514ddfc5fedba3afc4 (patch)
tree82ddf9cb99000244b8ecc3c166c06e03b3bd4f20 /gdb/cli/cli-utils.h
parent74c1b268c657a9845250bfd8d30ead960b38771b (diff)
downloadgdb-d1f4cff847cd744be01b8f514ddfc5fedba3afc4.zip
gdb-d1f4cff847cd744be01b8f514ddfc5fedba3afc4.tar.gz
gdb-d1f4cff847cd744be01b8f514ddfc5fedba3afc4.tar.bz2
Move putchar_filtered() to utils.c.
Diffstat (limited to 'gdb/cli/cli-utils.h')
-rw-r--r--gdb/cli/cli-utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/cli/cli-utils.h b/gdb/cli/cli-utils.h
index 313caf4..115af8b 100644
--- a/gdb/cli/cli-utils.h
+++ b/gdb/cli/cli-utils.h
@@ -19,9 +19,4 @@
#if !defined (CLI_UTILS_H)
# define CLI_UTILS_H 1
-/* Write character C to gdb_stdout using GDB's paging mechanism and return C.
- May return nonlocally. */
-
-extern int putchar_filtered (int c);
-
#endif /* !defined (CLI_UTILS_H) */