summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-27 12:15:56 +0000
committerdg <dg@FreeBSD.org>1994-09-27 12:15:56 +0000
commit0b0fbe4d94707b6c6de6652b718d12e327aedf7a (patch)
tree02e38a7694197bb6bb6c4c505335d5b186b870fa /sys/ddb/ddb.h
parentae77edd20e19177f197d309b7730671fd39d665b (diff)
downloadFreeBSD-src-0b0fbe4d94707b6c6de6652b718d12e327aedf7a.zip
FreeBSD-src-0b0fbe4d94707b6c6de6652b718d12e327aedf7a.tar.gz
Woops, wrong solution to the problem. Backed out previous fix to ddb.h, and
nuked the db_printf() declaration from db_output.h. Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index dd1cbd4..a72b5ca 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ddb.h,v 1.2 1994/05/25 08:51:18 rgrimes Exp $
+ * $Id: ddb.h,v 1.3 1994/09/27 12:11:09 davidg Exp $
*/
/*
@@ -90,6 +90,7 @@ extern int db_get_variable (db_expr_t *valuep);
extern void db_putchar (int c);
extern void db_error (char *s);
extern int db_readline (char *lstart, int lsize);
+extern void db_printf (const char *fmt, ...);
extern void db_check_interrupt(void);
extern void db_print_loc_and_inst (db_addr_t loc);
OpenPOWER on IntegriCloud