OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / libhb / hb.h
index 2603c1a..036546b 100644 (file)
@@ -26,8 +26,6 @@ int           hb_get_build( hb_handle_t * );
    number and points 'version' to a version description. Returns a
    negative value otherwise. */
 int           hb_check_update( hb_handle_t * h, char ** version );
-       
-       int hello_world();
 
 /* hb_set_cpu_count()
    Force libhb to act as if you had X CPU(s).
@@ -101,6 +99,14 @@ int hb_get_scancount( hb_handle_t * );
    Aborts all current jobs if any, frees memory. */
 void          hb_close( hb_handle_t ** );
 
+/* hb_global_close()
+   Performs final cleanup for the process. */
+void          hb_global_close();
+
+/* hb_get_instance_id()
+   Return the unique instance id of an libhb instance created by hb_init. */
+int hb_get_instance_id( hb_handle_t * h );
+
 #ifdef __cplusplus
 }
 #endif