- Timestamp:
- 05/25/07 10:42:15 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/ct/client.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ct/client.c
r824 r944 110 110 } 111 111 112 #if 0 112 113 /* 113 114 * Print something to the reader's display … … 130 131 return ct_socket_call(h->sock, &args, &resp); 131 132 } 133 #endif 132 134 133 135 /* … … 200 202 } 201 203 204 #if 0 202 205 int ct_card_eject(ct_handle * h, unsigned int slot, 203 206 unsigned int timeout, const char *message) … … 220 223 return ct_socket_call(h->sock, &args, &resp); 221 224 } 225 #endif 222 226 223 227 int ct_card_set_protocol(ct_handle * h, unsigned int slot, … … 432 436 * Add arguments when calling a resource manager function 433 437 */ 434 void ct_args_int(ct_buf_t * bp, ifd_tag_t tag, unsigned int value)438 static void ct_args_int(ct_buf_t * bp, ifd_tag_t tag, unsigned int value) 435 439 { 436 440 ct_tlv_builder_t builder; … … 440 444 } 441 445 442 void ct_args_string(ct_buf_t * bp, ifd_tag_t tag, const char *value)446 static void ct_args_string(ct_buf_t * bp, ifd_tag_t tag, const char *value) 443 447 { 444 448 ct_tlv_builder_t builder; … … 448 452 } 449 453 450 void ct_args_opaque(ct_buf_t * bp, ifd_tag_t tag, const unsigned char *value,454 static void ct_args_opaque(ct_buf_t * bp, ifd_tag_t tag, const unsigned char *value, 451 455 size_t len) 452 456 {
Note: See TracChangeset
for help on using the changeset viewer.
