diff options
author | Alon Levy <alevy@redhat.com> | 2010-11-25 10:12:07 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2010-12-09 13:36:18 +0200 |
commit | b86ae0a8573bbd1f8e0247fd27b91e8acf91eb1e (patch) | |
tree | 2a85da5de97724e77a7124f917ca42c6ae3d1a86 | |
parent | 6771c60dcfdd9349b81f16fe64db659ad90394a7 (diff) |
libcaccard: dos2unix on vcard_emul_type.h
-rw-r--r-- | vcard_emul_type.h | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/vcard_emul_type.h b/vcard_emul_type.h index 529420c..34fb3c1 100644 --- a/vcard_emul_type.h +++ b/vcard_emul_type.h @@ -1,28 +1,28 @@ -/*
- * This header file abstracts the different card types. The goal is new card types can easily
- * be added by simply changing this file and vcard_emul_type.c. It is currently not a requirement
- * to dynamically add new card types.
- */
-
-#ifndef VCARD_EMUL_TYPE_H
-#define VCARD_EMUL_TYPE_H 1
-#include "vcardt.h"
-#include "vreadert.h"
-
-/*
- * types
- */
-typedef enum {
- VCARD_EMUL_NONE =0,
- VCARD_EMUL_CAC,
- VCARD_EMUL_PASSTHRU
-} VCardEmulType;
-
-/* functions used by the rest of the emulator */
-VCardStatus vcard_init(VReader *vreader, VCard *vcard, VCardEmulType type, const char *params,
- unsigned char * const *cert, int cert_len[], VCardKey *key[],
- int cert_count);
-VCardEmulType vcard_emul_type_select(VReader *vreader);
-VCardEmulType vcard_emul_type_from_string(const char *type_string);
-
-#endif
+/* + * This header file abstracts the different card types. The goal is new card types can easily + * be added by simply changing this file and vcard_emul_type.c. It is currently not a requirement + * to dynamically add new card types. + */ + +#ifndef VCARD_EMUL_TYPE_H +#define VCARD_EMUL_TYPE_H 1 +#include "vcardt.h" +#include "vreadert.h" + +/* + * types + */ +typedef enum { + VCARD_EMUL_NONE =0, + VCARD_EMUL_CAC, + VCARD_EMUL_PASSTHRU +} VCardEmulType; + +/* functions used by the rest of the emulator */ +VCardStatus vcard_init(VReader *vreader, VCard *vcard, VCardEmulType type, const char *params, + unsigned char * const *cert, int cert_len[], VCardKey *key[], + int cert_count); +VCardEmulType vcard_emul_type_select(VReader *vreader); +VCardEmulType vcard_emul_type_from_string(const char *type_string); + +#endif |