diff options
| author | 2002-12-20 07:26:18 +0000 | |
|---|---|---|
| committer | 2002-12-20 07:26:18 +0000 | |
| commit | 81c7e9949919963483b1af1426eb64e84cbb2f29 (patch) | |
| tree | 6759b6448b104b925dff14ad36f88d397fb566e6 /src/main.c | |
| parent | rawiso 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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
