7 lines
194 B
C
7 lines
194 B
C
#ifndef MODULE_PACKAGES_APK_H
|
|
#define MODULE_PACKAGES_APK_H
|
|
#include <dirent.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
const char *packages_apk_module_preset(char *buf, size_t buf_size);
|
|
#endif
|