#ifndef __path_h
#define __path_h

int path_readonly(char *filename);

#endif
