Switch to unified view

a/src/httpfs.hxx b/src/httpfs.hxx
...
...
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, bool enableReceiver,
30
                       bool enableAV, bool enableOH, bool enableReceiver,
31
                       bool enableL16,
32
                       bool enableMediaServer, bool msonly,
31
                       bool enableMediaServer, bool msonly,
33
                       const std::string& iconpath,
32
                       const std::string& iconpath,
34
                       const std::string& presentationhtml
33
                       const std::string& presentationhtml
35
    );
34
    );
36
35