Switch to unified view

a/upmpd/upmpd.cxx b/upmpd/upmpd.cxx
...
...
132
132
133
// Our XML description data. !Keep description.xml first!
133
// Our XML description data. !Keep description.xml first!
134
static const char *xmlfilenames[] = 
134
static const char *xmlfilenames[] = 
135
{/* keep first */ "description.xml", 
135
{/* keep first */ "description.xml", 
136
 "RenderingControl.xml", "AVTransport.xml", "ConnectionManager.xml",
136
 "RenderingControl.xml", "AVTransport.xml", "ConnectionManager.xml",
137
 "OHProduct.xml", "OHInfo.xml", "OHTime.xml", "OHVolume.xml",
137
 "OHProduct.xml", "OHInfo.xml", "OHTime.xml", "OHVolume.xml", 
138
 "OHPlaylist.xml",
138
};
139
};
139
140
140
static const int xmlfilenamescnt = sizeof(xmlfilenames) / sizeof(char *);
141
static const int xmlfilenamescnt = sizeof(xmlfilenames) / sizeof(char *);
141
142
142
int main(int argc, char *argv[])
143
int main(int argc, char *argv[])