Thomas Kolb
6cd65091ff
- Working version with the following features: - Directory listing and navigation - Download files - HTTP error pages (403, 404, 500) - Verbose logging
7 lines
132 B
C
7 lines
132 B
C
#ifndef DIRLISTING_H
|
|
#define DIRLISTING_H
|
|
|
|
char* create_dirlisting(const char *url, const char *localpath);
|
|
|
|
#endif // DIRLISTING_H
|