mirror of
https://gittea.dev/nova/th.git
synced 2025-10-21 10:20:15 -04:00
10 lines
216 B
C
10 lines
216 B
C
#ifndef PREVIEW_GUARD
|
|
#define PREVIEW_GUARD
|
|
#include "file_previews.c"
|
|
#endif
|
|
|
|
char* preview_file(char *file_name, unsigned long file_size);
|
|
char* get_mimetype(char *path);
|
|
void images_clear();
|
|
void ueberzug_init();
|