~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to src/winscard_svc.h

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2005-11-27 18:04:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127180459-qrex2gzpq9d8jexd
Tags: 1.2.9-beta9-1
* New upstream version
* debian/compat: change from 3 to 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * MUSCLE SmartCard Development ( http://www.linuxnet.com )
 
3
 *
 
4
 * Copyright (C) 2001-2004
 
5
 *  David Corcoran <corcoran@linuxnet.com>
 
6
 *  Damien Sauveron <damien.sauveron@labri.fr>
 
7
 *
 
8
 * $Id: winscard_svc.h 1421 2005-04-12 12:09:21Z rousseau $
 
9
 */
 
10
 
 
11
/**
 
12
 * @file
 
13
 * @brief This demarshalls functions over the message queue and
 
14
 * keeps track of clients and their handles.
 
15
 */
 
16
 
 
17
#ifndef __winscard_svc_h__
 
18
#define __winscard_svc_h__
 
19
 
 
20
#ifdef __cplusplus
 
21
extern "C"
 
22
{
 
23
#endif
 
24
        LONG ContextsInitialize(void);
 
25
        LONG CreateContextThread(PDWORD);
 
26
#ifdef __cplusplus
 
27
}
 
28
#endif
 
29
 
 
30
#endif