1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

fixed some stabillity issues and memory leaks

This commit is contained in:
nova
2025-08-05 20:55:36 +02:00
parent 47357e039d
commit d3126fbc20
4 changed files with 39 additions and 26 deletions

View File

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