--- src/ieee1394io.h.orig	Sat Jul  3 02:01:32 2004
+++ src/ieee1394io.h	Thu Aug 12 21:11:41 2004
@@ -20,10 +20,13 @@
 #ifndef _IEEE1394IO_H
 #define _IEEE1394IO_H 1
 
+#if 0
 #include <libraw1394/raw1394.h>
 #include <libraw1394/csr.h>
+#endif
 #include "dv1394.h"
 
+#include <pthread.h>
 #include <string>
 using std::string;
 #include <deque>
@@ -115,7 +118,7 @@
 	int	port;
 
 	/// the handle to the ieee1394 subsystem
-	raw1394handle_t handle;
+	//raw1394handle_t handle;
 
 public:
 
@@ -128,11 +131,11 @@
 	void StopReceive( void );
 	bool StartThread( void );
 	void StopThread( void );
-	int Handler( int channel, size_t length, quadlet_t *data );
+	//int Handler( int channel, size_t length, quadlet_t *data );
 	void *Thread();
 
 private:
-	static int HandlerProxy( raw1394handle_t handle, int channel, size_t length, quadlet_t *data );
+	//static int HandlerProxy( raw1394handle_t handle, int channel, size_t length, quadlet_t *data );
 	static void* ThreadProxy( void *arg );
 };
 
@@ -174,7 +177,7 @@
 	pthread_mutex_t avc_mutex;
 
 	/// the handle to the ieee1394 subsystem
-	raw1394handle_t avc_handle;
+	//raw1394handle_t avc_handle;
 
 public:
 	AVC( int crd = 0 );
@@ -198,7 +201,7 @@
 	int getNodeId( const char *guid );
 
 private:
-	static int ResetHandler( raw1394handle_t handle, unsigned int generation );
+	//static int ResetHandler( raw1394handle_t handle, unsigned int generation );
 
 };
 
