~cyphermox/+junk/bluez-debug

« back to all changes in this revision

Viewing changes to attrib/client.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-01 16:07:29 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801160729-s7bv7bh6u4o5vhlc
Tags: 4.96-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
GSList *attrib_client_register(DBusConnection *connection,
26
26
                                        struct btd_device *device, int psm,
27
27
                                        GAttrib *attrib, GSList *primaries);
28
 
void attrib_client_unregister(struct btd_device *device);
 
28
void attrib_client_unregister(GSList *services);