~ubuntu-branches/ubuntu/karmic/pcsc-lite/karmic-updates

« back to all changes in this revision

Viewing changes to src/hotplug_macosx.c

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-05-16 14:40:30 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516144030-0cb2ngb6d4rt7bue
Tags: 1.4.1-1
* New upstream release
* debian/control: Standards-Version: 3.6.2.0 -> 3.7.2.0. No change needed
* debian/libpcsclite-dev.docs: no PDF to distribute. Use the online HTML
  documentation instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 *  Ludovic Rousseau <ludovic.rousseau@free.fr>
7
7
 *  David Corcoran <corcoran@linuxnet.com>
8
8
 *
9
 
 * $Id: hotplug_macosx.c 2151 2006-09-06 20:02:47Z rousseau $
 
9
 * $Id: hotplug_macosx.c 2494 2007-03-27 12:17:53Z rousseau $
10
10
 */
11
11
 
12
12
/**
16
16
 
17
17
#include "config.h"
18
18
#include "misc.h"
19
 
#include "pcsclite.h"
 
19
#include "pcscd.h"
20
20
 
21
21
#if defined(__APPLE__) && !defined(HAVE_LIBUSB)
22
22
#include <CoreFoundation/CoreFoundation.h>