divifetch/modules/packages_pacman/module.h

7 lines
203 B
C

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