Fixed missing header file function defintion

pull/80/head
parent 1483aafabc
commit 3f2b4973b0

@ -762,6 +762,9 @@ char *yon_timezone_get_utc(const char *timezone);
/// @return A newly allocated string with converted representation of bytes /// @return A newly allocated string with converted representation of bytes
char *yon_size_long_convert_automatic_to_string(unsigned long 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; /// @brief Block widget from destruction;
void yon_gtk_widget_block_destruction(GtkWidget *target); void yon_gtk_widget_block_destruction(GtkWidget *target);

Loading…
Cancel
Save