summaryrefslogtreecommitdiffstats
path: root/aports-cache.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-30 08:22:12 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-30 08:22:12 +0200
commit324894cf2960d91e1c2363ba17ac9efbd4ba1263 (patch)
treef5882b9636d223db817bff75ca8b9ef8cbf3dda2 /aports-cache.h
parent511fe654e5cb4d0c995c9ecacf0795a4ad68f348 (diff)
downloadaports-cache-324894cf2960d91e1c2363ba17ac9efbd4ba1263.tar.bz2
aports-cache-324894cf2960d91e1c2363ba17ac9efbd4ba1263.tar.xz
add aports-cache.h
Diffstat (limited to 'aports-cache.h')
-rw-r--r--aports-cache.h7
1 files changed, 7 insertions, 0 deletions
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