summaryrefslogtreecommitdiffstats
path: root/libhb/hb.h
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-02-06 21:09:29 +0000
committersr55 <[email protected]>2010-02-06 21:09:29 +0000
commitac797923ab0fe26b3ba79d2f4b96f957ddf44bf4 (patch)
treeba316fc6160c57b104cb5a22cac47fa2984e366f /libhb/hb.h
parent138f6356d1436a103337fa6cd4b299c8f252f737 (diff)
libhb dll fix by RandomEngy
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3101 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r--libhb/hb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/hb.h b/libhb/hb.h
index 04d87b2be..2603c1a5f 100644
--- a/libhb/hb.h
+++ b/libhb/hb.h
@@ -26,6 +26,8 @@ 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).