diff options
author | Stephen Crane <steve.crane@rococosoft.com> | 2003-02-11 10:22:23 +0000 |
---|---|---|
committer | Stephen Crane <steve.crane@rococosoft.com> | 2003-02-11 10:22:23 +0000 |
commit | 109bfa547ab9e24672472371e2183dcec24d0058 (patch) | |
tree | 55dcd30597464569faff8ffc70874260b1f80676 /include/hci.h | |
parent | bff9ecffc1771df893e0cccc59fe708cf9ba43bb (diff) |
add const to fn sigs; fns to auth and enc links
Diffstat (limited to 'include/hci.h')
-rw-r--r-- | include/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci.h b/include/hci.h index 8168a492..212db12b 100644 --- a/include/hci.h +++ b/include/hci.h @@ -823,7 +823,7 @@ typedef struct { uint16_t event; uint16_t proto; uint16_t subproto; - uint8_t incomming; + uint8_t incoming; } __attribute__ ((packed)) evt_si_security; #define EVT_TESTING 0xfe |