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 1600ebf717a7..96933b1e5d24 100644 --- a/include/linux/key.h +++ b/include/linux/key.h | |||
@@ -277,6 +277,8 @@ static inline key_serial_t key_serial(const struct key *key) | |||
277 | return key ? key->serial : 0; | 277 | return key ? key->serial : 0; |
278 | } | 278 | } |
279 | 279 | ||
280 | extern void key_set_timeout(struct key *, unsigned); | ||
281 | |||
280 | /** | 282 | /** |
281 | * key_is_instantiated - Determine if a key has been positively instantiated | 283 | * key_is_instantiated - Determine if a key has been positively instantiated |
282 | * @key: The key to check. | 284 | * @key: The key to check. |