diff --git a/source/libublsettings-gtk3.h b/source/libublsettings-gtk3.h index 364f2c8..3b2eeb9 100644 --- a/source/libublsettings-gtk3.h +++ b/source/libublsettings-gtk3.h @@ -762,6 +762,9 @@ char *yon_timezone_get_utc(const char *timezone); /// @return A newly allocated string with converted representation of bytes char *yon_size_long_convert_automatic_to_string(unsigned long bytes); + +char *yon_size_get_name_from_letter(char letter); + /// @brief Block widget from destruction; void yon_gtk_widget_block_destruction(GtkWidget *target);