mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
just housekkeeping; mostly inserted whitespaces...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@335788 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
55640fee83
commit
e5df8d6e39
2 changed files with 31 additions and 29 deletions
1
pcsc.c
1
pcsc.c
|
|
@ -55,6 +55,7 @@ zend_function_entry pcsc_functions[] = {
|
|||
PHP_FE(scard_disconnect, NULL)
|
||||
PHP_FE(scard_transmit, NULL)
|
||||
PHP_FE(scard_status, NULL)
|
||||
//PHP_FE(scard_get_status_change, NULL)
|
||||
PHP_FE(scard_last_errno, NULL)
|
||||
PHP_FE(scard_errstr, NULL)
|
||||
{NULL, NULL, NULL}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ PHP_FUNCTION(scard_connect);
|
|||
//PHP_FUNCTION(scard_reconnect);
|
||||
PHP_FUNCTION(scard_disconnect);
|
||||
PHP_FUNCTION(scard_status);
|
||||
//PHP_FUNCTION(scard_get_status_change);
|
||||
PHP_FUNCTION(scard_transmit);
|
||||
PHP_FUNCTION(scard_last_errno);
|
||||
PHP_FUNCTION(scard_errstr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue