|
a/src/httpfs.hxx |
|
b/src/httpfs.hxx |
|
... |
|
... |
25 |
extern bool initHttpFs(std::unordered_map<std::string,
|
25 |
extern bool initHttpFs(std::unordered_map<std::string,
|
26 |
UPnPProvider::VDirContent>& files,
|
26 |
UPnPProvider::VDirContent>& files,
|
27 |
const std::string& datadir,
|
27 |
const std::string& datadir,
|
28 |
const std::string& UUID,
|
28 |
const std::string& UUID,
|
29 |
const std::string& friendlyname,
|
29 |
const std::string& friendlyname,
|
30 |
bool enableAV, bool enableOH,
|
30 |
bool enableAV, bool enableOH, bool enableReceiver,
|
31 |
const std::string& iconpath,
|
31 |
const std::string& iconpath,
|
32 |
const std::string& presentationhtml
|
32 |
const std::string& presentationhtml
|
33 |
);
|
33 |
);
|
34 |
|
34 |
|
35 |
#endif /* _HTTPFS_H_X_INCLUDED_ */
|
35 |
#endif /* _HTTPFS_H_X_INCLUDED_ */
|