~bluetooth/ubuntu/maverick/obexd/main

« back to all changes in this revision

Viewing changes to src/service.c

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-04-27 04:17:15 UTC
  • mfrom: (0.1.3 sid) (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100427041715-9dv1jqg73bs6xxr9
Tags: 0.23-1
* New upstream release (Closes: #558710).
* Update debian/control.
  - Remove Filippo Giunchedi <filippo@debian.org> from uploaders.
  - Add Nobuhiro Iwamatsu to Uploaders (Closes: #564570).
  - Bumped standards-version to 3.8.4.
  - Update description (Closes: #541880).
* Add debian/source/format.
  Set source format to "1.0". 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <glib.h>
31
31
 
32
32
#include <openobex/obex.h>
33
 
#include <openobex/obex_const.h>
34
33
 
 
34
#include "obex.h"
35
35
#include "service.h"
36
36
#include "logging.h"
37
 
#include "obex.h"
38
37
 
39
38
static GSList *drivers = NULL;
40
39