]> Git Repo - binutils.git/blobdiff - include/callback.h
* callback.h (cb_printf, cb_eprintf): Declare.
[binutils.git] / include / callback.h
index 1070706854ddfe0e3fe52b5ed315f35cefbcfae1..1a2ba716af40efa7181c2d46b3a75bf4f21145a9 100644 (file)
@@ -106,4 +106,8 @@ extern target_defs_map open_map[];
 extern int host_to_target_errno PARAMS ((int));
 extern int target_to_host_open PARAMS ((int));
 
+/* Cover functions to the vprintf callbacks.  */
+extern void cb_printf PARAMS ((host_callback *, const char *, ...));
+extern void cb_eprintf PARAMS ((host_callback *, const char *, ...));
+
 #endif
This page took 0.021266 seconds and 4 git commands to generate.