diff options
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index c544f19a6..0f3697f0d 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -19,6 +19,11 @@ int hb_get_cpu_count(); /* Everything from now is only used internally and hidden to the UI */ /************************************************************************ + * DVD utils + ***********************************************************************/ +int hb_dvd_region(char *device, int *region_mask); + +/************************************************************************ * Files utils ***********************************************************************/ void hb_get_tempory_directory( hb_handle_t * h, char path[512] ); |