aboutsummaryrefslogtreecommitdiff
path: root/include/callback.h
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-08-14 19:55:37 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-08-14 19:55:37 +0000
commita5120a7e539853b0851dac8dc571a4e1c7ddd8bd (patch)
tree93bceea7de044da45872529a23353ec17ac78c83 /include/callback.h
parent035d8553d764f2b1084c6ee9aaf4c78fd1a7c29e (diff)
downloadgdb-a5120a7e539853b0851dac8dc571a4e1c7ddd8bd.zip
gdb-a5120a7e539853b0851dac8dc571a4e1c7ddd8bd.tar.gz
gdb-a5120a7e539853b0851dac8dc571a4e1c7ddd8bd.tar.bz2
* callback.h (cb_printf, cb_eprintf): Declare.
Diffstat (limited to 'include/callback.h')
-rw-r--r--include/callback.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/callback.h b/include/callback.h
index 1070706..1a2ba71 100644
--- a/include/callback.h
+++ b/include/callback.h
@@ -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