summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-07-12 11:15:22 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-07-12 11:15:22 +0000
commitae19d289cbaea5e67b975ca6eeeff1406ae879eb (patch)
tree49b0ffd02b53a906affc3d16883a8651067bc143 /gdb/defs.h
parent0631650d4fc5394420fe2e94bdd14691b4d40963 (diff)
downloadgdb-ae19d289cbaea5e67b975ca6eeeff1406ae879eb.tar.gz
import gdb-1999-07-12 snapshot
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 6ec961d5933..0bfb61266d1 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -500,7 +500,11 @@ extern void print_spaces_filtered PARAMS ((int, GDB_FILE *));
extern char *n_spaces PARAMS ((int));
-extern void gdb_printchar PARAMS ((int, GDB_FILE *, int));
+extern void fputstr_filtered PARAMS ((const char *str, int quotr, GDB_FILE *stream));
+
+extern void fputstr_unfiltered PARAMS ((const char *str, int quotr, GDB_FILE *stream));
+
+extern void fputstrn_unfiltered PARAMS ((const char *str, int n, int quotr, GDB_FILE *stream));
extern void gdb_print_address PARAMS ((void *, GDB_FILE *));