fileshare/dirlisting.h
Thomas Kolb 6cd65091ff Initial commit
- Working version with the following features:
  - Directory listing and navigation
  - Download files
  - HTTP error pages (403, 404, 500)
  - Verbose logging
2013-01-17 21:13:15 +01:00

7 lines
132 B
C

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