#ifndef __path_h
#define __path_h

int path_readonly(char *filename);
void path_make_boot_relative(char **source, char **dest);

#endif
