chiark / gitweb /
cryptsetup: warn if keyfiles are world-readable
[elogind.git] / src / shared / util.h
index e3fc876857876f3a5e9f8b4cc9b8b9b71d2d22ed..5d1b0b1c31c5b6eddffb6faaa8896fd3a77ff59b 100644 (file)
@@ -733,3 +733,5 @@ static inline void _reset_locale_(struct _locale_struct_ *s) {
                      }                                                  \
                      !_saved_locale_.quit; }) ;                         \
              _saved_locale_.quit = true)
+
+bool id128_is_valid(const char *s);