/* $Id$ */ #ifndef __CM_DIR_H__ #define __CM_DIR_H__ char** cm_scandir(const char* path); #endif