Fix outdated types in tests

Fix https://github.com/profanity-im/profanity/issues/1992
This commit is contained in:
Michael Vetter
2024-08-05 12:11:44 +02:00
parent beeddda568
commit 3441aa3279
3 changed files with 5 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ file_mime_type(const char* const file_name)
}
off_t
file_size(const char* const file_name)
file_size(int filedes)
{
return 0;
}