2013-02-02 21:57:10 +01:00
|
|
|
/*
|
|
|
|
* vim: sw=2 ts=2 expandtab
|
|
|
|
*
|
|
|
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
|
|
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
|
|
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
|
|
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
|
|
|
* - Thomas Kolb
|
|
|
|
*/
|
|
|
|
|
2013-01-17 21:13:15 +01:00
|
|
|
#ifndef DIRLISTING_H
|
|
|
|
#define DIRLISTING_H
|
|
|
|
|
2013-08-19 18:27:19 +02:00
|
|
|
char* create_dirlisting(const char *url, const char *localpath, int uploadEnabled);
|
2013-01-17 21:13:15 +01:00
|
|
|
|
|
|
|
#endif // DIRLISTING_H
|