summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ncr-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 87964b08065..274a314c30f 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -115,6 +115,8 @@ int ncr_key_derive(struct ncr_lists *lst, const struct ncr_key_derive *data,
void ncr_key_clear(struct key_item_st* item);
int ncr_key_update_flags(struct key_item_st *item, const struct nlattr *nla);
+void ncr_key_clear(struct key_item_st* item);
+
/* key handling */
int ncr_key_init(struct ncr_lists *lst);
int ncr_key_deinit(struct ncr_lists *lst, ncr_key_t desc);