summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorGravatar anonymous 2002-12-20 07:26:18 +0000
committerGravatar anonymous 2002-12-20 07:26:18 +0000
commit81c7e9949919963483b1af1426eb64e84cbb2f29 (patch)
tree6759b6448b104b925dff14ad36f88d397fb566e6 /src/main.c
parentrawiso updates: (diff)
dmaas - renamed exported arm definitions into the raw1394_ namespace; brought kernel-raw1394.h back in sync with the kernel version
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b1c69f8..1c6f190 100644
--- a/src/main.c
+++ b/src/main.c
@@ -57,11 +57,11 @@ static int arm_tag_handler_default(struct raw1394_handle *handle, unsigned long
void *data)
{
struct raw1394_arm_reqhandle *rh;
- struct arm_request_response *arm_req_resp;
+ struct raw1394_arm_request_response *arm_req_resp;
if (tag) {
rh = (struct raw1394_arm_reqhandle *)tag;
- arm_req_resp = (struct arm_request_response *) data;
+ arm_req_resp = (struct raw1394_arm_request_response *) data;
return rh->arm_callback(handle, arm_req_resp,
requested_length, rh->pcontext,
request_type);