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:
aeb 2000-03-16 21:22:28 +00:00
parent d6015263be
commit 106b50af9d
1 changed files with 1 additions and 1 deletions

View File

@ -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);