summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-10 13:32:43 +0000
committerphk <phk@FreeBSD.org>1995-12-10 13:32:43 +0000
commita298a1843c7bfa2a35aa57de463ba467aeb911e2 (patch)
treeb08207b099364bc62470d5ab3e385be9d742e2c9 /sys/ddb/ddb.h
parent2bdd745e5fbfb56190329a4e00ced6207c58f408 (diff)
downloadFreeBSD-src-a298a1843c7bfa2a35aa57de463ba467aeb911e2.zip
FreeBSD-src-a298a1843c7bfa2a35aa57de463ba467aeb911e2.tar.gz
Staticize and cleanup.
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index e270b93..c231ac4 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.8 1995/11/29 10:25:50 phk Exp $
+ * $Id: ddb.h,v 1.9 1995/12/07 12:45:08 davidg Exp $
*/
/*
@@ -88,7 +88,6 @@ void db_write_bytes __P((vm_offset_t addr, int size, char *data));
/* machine-dependent */
void kdb_init __P((void));
void kdbprintf __P((const char *fmt, ...));
-void kdbprinttrap __P((int, int));
db_cmdfcn_t db_breakpoint_cmd;
db_cmdfcn_t db_continue_cmd;
OpenPOWER on IntegriCloud