|
From: Peter K. <pk...@us...> - 2001-03-19 17:03:42
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
sec_client.h 1.7 1.8=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added protoype for sec_client_shutdown().
The diff of the modified file(s):
--- sec_client.h 2001/03/06 11:05:23 1.7
+++ sec_client.h 2001/03/19 17:06:00 1.8
@@ -43,12 +43,14 @@
#define SEC_CLIENT_H
=20
/****************** INCLUDE FILES SECTION ********************************=
***/
+
#ifdef __KERNEL__
#include <linux/bluetooth/btcommon.h>
#include <linux/types.h>
#else
#include "btcommon.h"
#endif
+
/****************** CONSTANT AND MACRO SECTION ***************************=
***/
=20
enum security_requests{
@@ -70,9 +72,11 @@
=20
/****************** TYPE DEFINITION SECTION ******************************=
***/
=20
-
/****************** EXPORTED FUNCTION DECLARATION SECTION ****************=
***/
+
extern struct proc_dir_entry sec_man_proc_entry;
+
+void sec_client_shutdown(void);
=20
void sec_man_init(enum security_requests user);
=20
|