diff options
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 4639c6b93..47df1ce5e 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -53,7 +53,6 @@ int hb_thread_has_exited( hb_thread_t * ); /************************************************************************ * Mutexes ***********************************************************************/ -typedef struct hb_lock_s hb_lock_t; hb_lock_t * hb_lock_init(); void hb_lock_close( hb_lock_t ** ); |