svn commit: r295028 - head/lib/libbluetooth

Brooks Davis brooks at FreeBSD.org
Fri Jan 29 00:59:50 UTC 2016


Author: brooks
Date: Fri Jan 29 00:59:48 2016
New Revision: 295028
URL: https://svnweb.freebsd.org/changeset/base/295028

Log:
  Declare bt_devenum() to match the definition.
  
  Obtained from:	CheriBSD (1c1dad87ef9983a4ca0c7d6eb0792d489436bcd1)
  MFC after:	1 week
  Sponsored by:	DARPA, AFRL

Modified:
  head/lib/libbluetooth/bluetooth.h

Modified: head/lib/libbluetooth/bluetooth.h
==============================================================================
--- head/lib/libbluetooth/bluetooth.h	Fri Jan 29 00:44:32 2016	(r295027)
+++ head/lib/libbluetooth/bluetooth.h	Fri Jan 29 00:59:48 2016	(r295028)
@@ -178,7 +178,7 @@ int		bt_devfilter_evt_tst(struct bt_devf
 int		bt_devinquiry(char const *devname, time_t length, int num_rsp,
 			      struct bt_devinquiry **ii);
 int		bt_devinfo (struct bt_devinfo *di);
-int		bt_devenum (bt_devenum_cb_t *cb, void *arg);
+int		bt_devenum (bt_devenum_cb_t cb, void *arg);
 
 /*
  * bdaddr utility functions (from NetBSD)


More information about the svn-src-head mailing list