summaryrefslogtreecommitdiffstats
path: root/core/Scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Scan.h')
-rw-r--r--core/Scan.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/Scan.h b/core/Scan.h
new file mode 100644
index 000000000..5cc8542e7
--- /dev/null
+++ b/core/Scan.h
@@ -0,0 +1,15 @@
+/* $Id: Scan.h,v 1.2 2003/11/06 13:03:19 titer Exp $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.m0k.org/>.
+ It may be used under the terms of the GNU General Public License. */
+
+#ifndef HB_SCAN_H
+#define HB_SCAN_H
+
+#include "HandBrakeInternal.h"
+
+HBScan * HBScanInit( HBHandle *, char * device, int title );
+void HBScanClose( HBScan ** );
+
+#endif