Changeset 3481 for branches/alonbl/pnp/src/libopensc/opensc.h
- Timestamp:
- 04/20/08 09:59:23 (9 months ago)
- Files:
-
- 1 modified
-
branches/alonbl/pnp/src/libopensc/opensc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/alonbl/pnp/src/libopensc/opensc.h
r3304 r3481 374 374 * deallocate the private data and any resources. */ 375 375 int (*finish)(struct sc_context *ctx, void *priv_data); 376 /* Called when library wish to detect new readers 377 * should add only new readers. */ 378 int (*detect_readers)(struct sc_context *ctx, void *priv_data); 376 379 /* Called when releasing a reader. release() has to 377 380 * deallocate the private data. Other fields will be … … 726 729 */ 727 730 int sc_release_context(sc_context_t *ctx); 731 732 /** 733 * Detect new readers available on system. 734 * @param ctx OpenSC context 735 * @return SC_SUCCESS on success and an error code otherwise. 736 */ 737 int sc_ctx_detect_readers(sc_context_t *ctx); 728 738 729 739 /**
