#ifndef __FSTRAV_H_ #define __FSTRAV_H_ #include #include "pclt.h" #define FSTRAV_ERROR_MSGLEN 1024 struct { char fs_path[PATH_MAX+1]; char fs_msg[FSTRAV_ERROR_MSGLEN+1]; } fstrav_error; void fstrav_perror(); int fstrav(); #endif /* __FSTRAV_H_ */