1 #ifndef _AVC1394Control_H
2 #define _AVC1394Control_H
5 #include "bcwindowbase.inc"
6 #include <libavc1394/rom1394.h>
7 #include <libavc1394/avc1394.h>
8 #include <libavc1394/avc1394_vcr.h>
10 #include <libraw1394/raw1394.h>
11 #include <sys/types.h>
33 void seek(char *time
);
38 // Set by last button pressed to determine the effect of a second press of the
39 // same button. Command is from transportque.inc
43 rom1394_directory rom_dir
;
44 raw1394handle_t handle
;
45 char text_return
[BCTEXTLEN
];
52 // c-file-style: "linux"