improvenments to file previews

This commit is contained in:
nova
2025-07-07 19:28:34 +02:00
parent b2b100727f
commit 3f8fdc9e17
3 changed files with 27 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
#include "file_previews.c"
#include "defines.h"
char* preview_file(char *path, unsigned long file_size);
char* preview_file(file *file_current);
char* get_mimetype(char *path);