upgrade obexd to 0.47
[profile/ivi/obexd.git] / client / bluetooth.h
similarity index 71%
rename from src/glib-helper.h
rename to client/bluetooth.h
index 695d719..968e131 100644 (file)
@@ -1,8 +1,8 @@
 /*
  *
- *  BlueZ - Bluetooth protocol stack for Linux
+ *  OBEX Client
  *
- *  Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2011 Intel Corporation
  *
  *
  *  This program is free software; you can redistribute it and/or modify
  *
  */
 
-#ifdef NEED_G_SLIST_FREE_FULL
-static inline void g_slist_free_full(GSList *list, GDestroyNotify free_func)
-{
-       g_slist_foreach(list, (GFunc) free_func, NULL);
-       g_slist_free(list);
-}
-#endif
+int bluetooth_init(void);
+void bluetooth_exit(void);