gdb
[deliverable/binutils-gdb.git] / gdb / valprint.h
index b6ea7a99894fe3e9ddb3bb7d3387c62908db8e21..8aef685fb4a377edb1195b4ca54a33695b0b0a0c 100644 (file)
@@ -158,4 +158,13 @@ extern void val_print_unavailable (struct ui_file *stream);
 
 extern void val_print_invalid_address (struct ui_file *stream);
 
+extern void generic_emit_char (int c, struct type *type, struct ui_file *stream,
+                              int quoter, const char *encoding);
+
+extern void generic_printstr (struct ui_file *stream, struct type *type, 
+                             const gdb_byte *string, unsigned int length, 
+                             const char *encoding, int force_ellipses,
+                             int quote_char, int c_style_terminator,
+                             const struct value_print_options *options);
+
 #endif
This page took 0.026912 seconds and 4 git commands to generate.