mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Introduce crypt_string_in internal helper.
And replace custom name_in_list function with new helper.
This commit is contained in:
committed by
Milan Broz
parent
4e19719bdd
commit
011ee5b180
@@ -250,4 +250,6 @@ int kernel_version(uint64_t *kversion);
|
||||
int crypt_serialize_lock(struct crypt_device *cd);
|
||||
void crypt_serialize_unlock(struct crypt_device *cd);
|
||||
|
||||
bool crypt_string_in(const char *str, char **list, size_t list_size);
|
||||
|
||||
#endif /* INTERNAL_H */
|
||||
|
||||
Reference in New Issue
Block a user