Use correct typedef in my_tag_handler().
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@14 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
parent
d6015263be
commit
106b50af9d
|
@ -20,7 +20,7 @@ you haven't loaded the raw1394 module.\n";
|
|||
|
||||
quadlet_t buffer;
|
||||
|
||||
int my_tag_handler(struct raw1394_handle *handle, unsigned long tag, int error)
|
||||
int my_tag_handler(raw1394handle_t handle, unsigned long tag, int error)
|
||||
{
|
||||
if (error < 0) {
|
||||
printf("completed with error %d\n", error);
|
||||
|
|
Reference in New Issue