packio

view src/pathmap.h @ 1:a5728bc6a02f

moving along
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 09 Jan 2015 02:31:29 +0200
parents
children
line source
1 #ifndef PATH_MAP_H_
2 #define PATH_MAP_H_
4 int pkio_map(const char *from, const char *to);
5 const char *pkio_pathmap(const char *path);
7 #endif /* PATH_MAP_H_ */