fileshare/dirlisting.h

7 lines
132 B
C

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