#ifndef DIRLISTING_H #define DIRLISTING_H char* create_dirlisting(const char *url, const char *localpath); #endif // DIRLISTING_H