summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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