divifetch/modules/packages_eopkg/module.h
2026-06-25 22:30:05 +03:00

7 lines
200 B
C

#ifndef MODULE_PACKAGES_EOPKG_H
#define MODULE_PACKAGES_EOPKG_H
#include <dirent.h>
#include <string.h>
#include <stdio.h>
const char *packages_eopkg_module_preset(char *buf, size_t buf_size);
#endif