From 6db12e213dfd6793203c9875e6765c7d27f3dd1f Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 25 Aug 2010 00:53:56 +0200 Subject: Simplify key flag updates --- ncr-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ncr-int.h') diff --git a/ncr-int.h b/ncr-int.h index 5e86aff..2baea65 100644 --- a/ncr-int.h +++ b/ncr-int.h @@ -137,7 +137,7 @@ int ncr_key_derive(struct ncr_lists *lst, const struct ncr_key_derive *data, struct nlattr *tb[]); void ncr_key_clear(struct key_item_st* item); -int ncr_key_assign_flags(struct key_item_st *item, unsigned int flags); +int ncr_key_update_flags(struct key_item_st *item, const struct nlattr *nla); /* key handling */ int ncr_key_init(struct ncr_lists *lst); -- cgit