daemon.h not obsolete

This commit is contained in:
matthias.ringwald 2009-07-11 18:41:14 +00:00
parent e0463bdc94
commit 74aad56003
2 changed files with 0 additions and 11 deletions

View File

@ -18,7 +18,6 @@ BTdaemon_SOURCES = \
include_HEADERS = \
bt_control.h \
bt_control_iphone.h \
daemon.h \
hci.h \
hci_dump.h \
hci_transport.h \

View File

@ -1,10 +0,0 @@
/*
* daemon.h
*
* Created by Matthias Ringwald on 7/1/09.
*
* BTstack background daemon
*
*/
int daemon_main (int argc, const char * argv[]);