mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-08-15 17:32:35 +02:00
Move cache validation logic into ctpv.c
This commit is contained in:
2
utils.h
2
utils.h
@ -34,6 +34,8 @@ int spawn(char *args[], pid_t *cpid, int *exitcode, int (*cfunc)(const void *),
|
||||
const void *carg);
|
||||
|
||||
int strcmpnull(char const *s1, char const *s2);
|
||||
int get_cache_dir(char *buf, size_t len, char *name);
|
||||
int mkpath(char* file_path, mode_t mode);
|
||||
|
||||
CharVec char_v_new(size_t cap);
|
||||
void char_v_append(CharVec *v, char c);
|
||||
|
Reference in New Issue
Block a user