summaryrefslogtreecommitdiffstats
path: root/libhb/hb.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-03-18 18:00:50 +0000
committerRodeo <[email protected]>2013-03-18 18:00:50 +0000
commitfd2a327a0d531e7ca654efa6c387acd6a18d0b8b (patch)
treecd163326f1a6345db7df2cb01cbd6063f5470c1c /libhb/hb.h
parentb15a531495fdd01eee3135055d2f52d25daf1967 (diff)
hb_system_sleep: minor cleanup after last commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5337 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r--libhb/hb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/hb.h b/libhb/hb.h
index e23a0dfd4..07100c946 100644
--- a/libhb/hb.h
+++ b/libhb/hb.h
@@ -95,6 +95,9 @@ void hb_pause( hb_handle_t * );
void hb_resume( hb_handle_t * );
void hb_stop( hb_handle_t * );
+void hb_prevent_sleep( hb_handle_t * );
+void hb_allow_sleep( hb_handle_t * );
+
/* Persistent data between jobs. */
typedef struct hb_interjob_s
{