* hb_batch_title_count **********************************************************************/
| 150 | * hb_batch_title_count |
| 151 | **********************************************************************/ |
| 152 | int hb_batch_title_count( hb_batch_t * d ) |
| 153 | { |
| 154 | return hb_list_count( d->list_file ); |
| 155 | } |
| 156 | |
| 157 | /*********************************************************************** |
| 158 | * hb_batch_title_scan |
no test coverage detected