diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-25 17:13:54 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-25 17:13:54 +0000 |
commit | 4f87a041328022909468779074d96fb7c4f1323a (patch) | |
tree | c5a7786385420a217776fdfde863061c41c25751 /usr.sbin/btctl/btctl.h | |
parent | 0e2b5a5e8da59d04866c32f58f938711e74e489a (diff) |
Get rid of dependencies on ports libraries (among other things)
Diffstat (limited to 'usr.sbin/btctl/btctl.h')
-rw-r--r-- | usr.sbin/btctl/btctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/btctl/btctl.h b/usr.sbin/btctl/btctl.h index 291eaaf2021..7bf2a0e9de2 100644 --- a/usr.sbin/btctl/btctl.h +++ b/usr.sbin/btctl/btctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: btctl.h,v 1.1 2008/11/24 23:34:41 uwe Exp $ */ +/* $OpenBSD: btctl.h,v 1.2 2008/11/25 17:13:53 uwe Exp $ */ /* * Copyright (c) 2008 Uwe Stuehler <uwe@openbsd.org> @@ -38,6 +38,7 @@ typedef struct { bdaddr_t addr; uint16_t type; uint8_t pin[HCI_PIN_SIZE]; + uint8_t pin_len; } btctl_attach_stmt; /* parse.y */ |