#ifndef PREP_H #define PREP_H void mkdirs (char *path, int perm); char *preparepage (char *url); #endif