diff options
Diffstat (limited to 'include/rfcomm.h')
-rw-r--r-- | include/rfcomm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rfcomm.h b/include/rfcomm.h index d583f98c..f04ace71 100644 --- a/include/rfcomm.h +++ b/include/rfcomm.h @@ -1,6 +1,7 @@ /* - RFCOMM implementation for Linux Bluetooth stack (BlueZ). - Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> + RFCOMM protocol definition for Linux Bluetooth stack (BlueZ). + Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> + Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as @@ -80,7 +81,6 @@ struct rfcomm_dev_list_req { struct rfcomm_dev_info dev_info[0]; }; - #ifdef __cplusplus } #endif |