summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hccontrol/hccontrol.h
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2006-09-21 02:41:04 +0000
committeremax <emax@FreeBSD.org>2006-09-21 02:41:04 +0000
commit52329dc10d838c6c114f1b6effad1b8d9842959e (patch)
tree2b1b8b679fe4f2dd98ce07f5fbe6b2892016fc55 /usr.sbin/bluetooth/hccontrol/hccontrol.h
parentaed4a149cb345826733fc9f1030206fdbc6301c9 (diff)
downloadFreeBSD-src-52329dc10d838c6c114f1b6effad1b8d9842959e.zip
FreeBSD-src-52329dc10d838c6c114f1b6effad1b8d9842959e.tar.gz
Get rid of extra const to pacify new GCC4 warnings.
Submitted by: kan MFC after: 1 week
Diffstat (limited to 'usr.sbin/bluetooth/hccontrol/hccontrol.h')
-rw-r--r--usr.sbin/bluetooth/hccontrol/hccontrol.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/hccontrol.h b/usr.sbin/bluetooth/hccontrol/hccontrol.h
index d471982..cd56ebf 100644
--- a/usr.sbin/bluetooth/hccontrol/hccontrol.h
+++ b/usr.sbin/bluetooth/hccontrol/hccontrol.h
@@ -59,21 +59,21 @@ int hci_simple_request (int, int, char *, int *);
int hci_send (int, char const *, int);
int hci_recv (int, char *, int *);
-char const * const hci_link2str (int);
-char const * const hci_pin2str (int);
-char const * const hci_scan2str (int);
-char const * const hci_encrypt2str (int, int);
-char const * const hci_coding2str (int);
-char const * const hci_vdata2str (int);
-char const * const hci_hmode2str (int, char *, int);
-char const * const hci_ver2str (int);
-char const * const hci_lmpver2str (int);
-char const * const hci_manufacturer2str(int);
-char const * const hci_features2str (uint8_t *, char *, int);
-char const * const hci_cc2str (int);
-char const * const hci_con_state2str (int);
-char const * const hci_status2str (int);
-char const * const hci_bdaddr2str (bdaddr_t const *);
+char const * hci_link2str (int);
+char const * hci_pin2str (int);
+char const * hci_scan2str (int);
+char const * hci_encrypt2str (int, int);
+char const * hci_coding2str (int);
+char const * hci_vdata2str (int);
+char const * hci_hmode2str (int, char *, int);
+char const * hci_ver2str (int);
+char const * hci_lmpver2str (int);
+char const * hci_manufacturer2str(int);
+char const * hci_features2str (uint8_t *, char *, int);
+char const * hci_cc2str (int);
+char const * hci_con_state2str (int);
+char const * hci_status2str (int);
+char const * hci_bdaddr2str (bdaddr_t const *);
#endif /* _HCCONTROL_H_ */
OpenPOWER on IntegriCloud