divifetch/modules/packages_dpkg/module.h
2026-06-24 01:42:09 +03:00

7 lines
197 B
C

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