dect
/
libdect
Archived
13
0
Fork 0

mm: fix prototype name

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2009-05-30 17:11:03 +02:00
parent a2a5281943
commit e45fc07ddf
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ extern int dect_mm_locate_res(struct dect_handle *dh, struct dect_mm_transaction
extern int dect_mm_identity_assign_req(struct dect_handle *dh, struct dect_mm_transaction *mmta,
const struct dect_mm_identity_assign_param *param);
extern int dect_mm_identity_assign_cfm(struct dect_handle *dh, struct dect_mm_transaction *mmta,
extern int dect_mm_identity_assign_res(struct dect_handle *dh, struct dect_mm_transaction *mmta,
bool accept, const struct dect_mm_identity_assign_param *param);
#endif /* _LIBDECT_DECT_MM_H */