import gdb-1999-07-12 snapshot
[deliverable/binutils-gdb.git] / gdb / defs.h
index 6ec961d593378b93c1d4a91096b9f4e4624c45eb..0bfb61266d18630d0084dde6954ba865bc1edf7d 100644 (file)
@@ -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 *));
 
This page took 0.022929 seconds and 4 git commands to generate.