X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fkeys%2Fuser-type.h;h=c37c34275a449626b31bd02731fa3fa649bfef70;hb=f37f0afb2916ccf287428983026261db78c7661a;hp=a3dae1803f458ec1a749dc4aec1849171646e8a9;hpb=57d1c91fa6d9146b309b7511f6432dea2a24858b;p=linux-2.6 diff --git a/include/keys/user-type.h b/include/keys/user-type.h index a3dae1803f..c37c34275a 100644 --- a/include/keys/user-type.h +++ b/include/keys/user-type.h @@ -37,6 +37,7 @@ extern struct key_type key_type_user; extern int user_instantiate(struct key *key, const void *data, size_t datalen); extern int user_update(struct key *key, const void *data, size_t datalen); extern int user_match(const struct key *key, const void *criterion); +extern void user_revoke(struct key *key); extern void user_destroy(struct key *key); extern void user_describe(const struct key *user, struct seq_file *m); extern long user_read(const struct key *key,