From 5206dbb419458caad6664aef67e34dba8be3fefa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 5 Jun 2003 06:25:32 +0000 Subject: Cleanup --- include/rfcomm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 + RFCOMM protocol definition for Linux Bluetooth stack (BlueZ). + Copyright (C) 2002-2003 Maxim Krasnyansky + Copyright (C) 2002-2003 Marcel Holtmann 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 -- cgit