1
0
Fork 0

[F] Fixed error

This commit is contained in:
seleznevae 2018-11-17 11:13:50 +03:00
parent ff17c3a1ce
commit 29085eb1ff
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ fort_row_t *copy_row(fort_row_t *row);
FT_INTERNAL
fort_row_t *create_row_from_string(const char *str);
FT_PRINTF_ATTRIBUTE_FORMAT(1, 0)
FT_INTERNAL
fort_row_t *create_row_from_fmt_string(const char *fmt, va_list *va_args);