chiark / gitweb /
vol_id: add --offset option
[elogind.git] / extras / volume_id / lib / libvolume_id.h
index c0ab29e0f782daaab35ecd8e54506465e377fc74..19aee68d010cef74be2dec56022760ce054df3b5 100644 (file)
@@ -40,6 +40,7 @@ extern int volume_id_get_uuid_raw(struct volume_id *id, const uint8_t **uuid, si
 extern int volume_id_get_usage(struct volume_id *id, const char **usage);
 extern int volume_id_get_type(struct volume_id *id, const char **type);
 extern int volume_id_get_type_version(struct volume_id *id, const char **type_version);
+extern int volume_id_encode_string(const char *str, char *str_enc, size_t len);
 
 /*
  * Note: everything below will be made private or removed from