diff options
Diffstat (limited to 'include/linux/key.h')
-rw-r--r-- | include/linux/key.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/key.h b/include/linux/key.h index 5253471cd2ea..be3995d1024a 100644 --- a/include/linux/key.h +++ b/include/linux/key.h | |||
@@ -276,6 +276,8 @@ static inline key_serial_t key_serial(const struct key *key) | |||
276 | return key ? key->serial : 0; | 276 | return key ? key->serial : 0; |
277 | } | 277 | } |
278 | 278 | ||
279 | extern void key_set_timeout(struct key *, unsigned); | ||
280 | |||
279 | /** | 281 | /** |
280 | * key_is_instantiated - Determine if a key has been positively instantiated | 282 | * key_is_instantiated - Determine if a key has been positively instantiated |
281 | * @key: The key to check. | 283 | * @key: The key to check. |