Files
th/file_previews.h
2026-05-01 22:17:33 +02:00

14 lines
271 B
C

#ifndef PREVIEW_GUARD
#define PREVIEW_GUARD
#include "file_previews.c"
#include "config.h"
#endif
char* preview_file(file *f);
char* get_mimetype(file *f);
void images_clear();
void ueberzug_init();
#if SETTINGS_UEBERZUG_IMAGE_PREVIEW != 0
void ueberzug_close();
#endif