From 324894cf2960d91e1c2363ba17ac9efbd4ba1263 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 30 Jun 2017 08:22:12 +0200 Subject: add aports-cache.h --- aports-cache.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aports-cache.h diff --git a/aports-cache.h b/aports-cache.h new file mode 100644 index 0000000..88c49cb --- /dev/null +++ b/aports-cache.h @@ -0,0 +1,7 @@ +#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 -- cgit v1.2.3