7 lines
197 B
C
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
|