diff options
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index 234d4b502..04d87b2be 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -42,6 +42,7 @@ void hb_dvd_set_dvdnav( int enable ); void hb_scan( hb_handle_t *, const char * path, int title_index, int preview_count, int store_previews ); +void hb_scan_stop( hb_handle_t * ); /* hb_get_titles() Returns the list of valid titles detected by the latest scan. */ |