23234fa59d
Move implementation from LocalDevice for retrieving the BluetoothServer Messenger git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24385 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
233 B
C
13 lines
233 B
C
/*
|
|
* Copyright 2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
|
*
|
|
* All rights reserved. Distributed under the terms of the MIT License.
|
|
*
|
|
*/
|
|
|
|
|
|
#include <Messenger.h>
|
|
|
|
|
|
BMessenger* _RetrieveBluetoothMessenger(void);
|