* A few more improvements to gx jit prototype.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index e38df8eb8db2e9d54de50d857426240a2b59f077..b9536f5e44e465a1557085c6b644f9d7e60e2141 100644 (file)
@@ -41,7 +41,9 @@ c_value_print PARAMS ((struct value *, GDB_FILE *, int, enum val_prettyprint));
 
 extern void c_printchar PARAMS ((int, GDB_FILE*));
 
-extern void c_printstr PARAMS ((GDB_FILE *, char *, unsigned int, int));
+extern void c_printstr PARAMS ((GDB_FILE *stream, char *string,
+                               unsigned int length, int width,
+                               int force_ellipses));
 
 extern struct type * c_create_fundamental_type PARAMS ((struct objfile*, int));
 
This page took 0.024442 seconds and 4 git commands to generate.