libafs: correct export_reqhandler prototype

The export_reqhandler function pointer takes an afs_int32*, not an
afs_int32 as the fourth argument.

Change-Id: I89ef9cfd23a5b673cbbb29fc710236cfe1e3c7cf
Reviewed-on: http://gerrit.openafs.org/2257
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Andrew Deason 2010-06-25 15:03:23 -05:00 committed by Derrick Brashear
parent 7d1bbee02a
commit 7005aec9a4

View File

@ -52,7 +52,7 @@ struct exporterops {
int (*export_reqhandler) (struct afs_exporter *exp,
afs_ucred_t **cred,
afs_uint32 host,
afs_int32 pag,
afs_int32 *pag,
struct afs_exporter **expp);
void (*export_hold) (struct afs_exporter *exp);
void (*export_rele) (struct afs_exporter *exp);