#ifndef APORTS_CACHE_H #define APORTS_CACHE_H int aports_cache_check(int dirfd, const char *cachefile); int aports_cache_refresh(int dirfd, const char *cachefile, char *const shell_argv[]); #endif