diff options
author | sr55 <[email protected]> | 2016-03-12 20:18:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-03-12 20:18:01 +0000 |
commit | b29eeae239a9a3ae781f5ccb751699e7d4bd4d2a (patch) | |
tree | d31f946b700e7606b44dd1497da5c7d0e48e8a57 /libhb/hb.h | |
parent | 079f2cd0381900e268201b74042300dff1e6bc81 (diff) |
Remove the CLI / LibHB Update Checker. It's been broken since we switched to HTTPS and it's terrible code.
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index f2dd6e9c4..94f99bce7 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -30,8 +30,7 @@ extern "C" { #define HB_DEBUG_ALL 1 void hb_register( hb_work_object_t * ); void hb_register_logger( void (*log_cb)(const char* message) ); -hb_handle_t * hb_init( int verbose, int update_check ); -void hb_update_poll(hb_handle_t *h); +hb_handle_t * hb_init( int verbose ); void hb_log_level_set(hb_handle_t *h, int level); void hb_hwd_set_enable( hb_handle_t *h, uint8_t enable ); |