* hb_bd_chapter *********************************************************************** * Returns in which chapter the next block to be read is. * Chapter numbers start at 1. **********************************************************************/
| 977 | * Chapter numbers start at 1. |
| 978 | **********************************************************************/ |
| 979 | int hb_bd_chapter( hb_bd_t * d ) |
| 980 | { |
| 981 | return d->chapter; |
| 982 | } |
| 983 | |
| 984 | /*********************************************************************** |
| 985 | * hb_bd_close |