summaryrefslogtreecommitdiffstats
path: root/aports-cache.h
blob: 88c49cbcfb28ca470df38680578b004f08e15d00 (plain)
1
2
3
4
5
6
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