resetting manifest requested domain to floor
[platform/upstream/ccache.git] / test / util.h
1 #ifndef TEST_UTIL_H
2 #define TEST_UTIL_H
3
4 bool path_exists(const char *path);
5 bool is_symlink(const char *path);
6 void create_file(const char *path, const char *content);
7
8 #endif