* Fix accidental double-scan from last checkin.

* Add XBox360 compatibility.
This commit is contained in:
Justin Maggard
2009-02-10 07:41:50 +00:00
parent 42be3989bf
commit 0d3505656d
8 changed files with 81 additions and 20 deletions

View File

@ -14,6 +14,16 @@
#define DLNA_NAMESPACE \
" xmlns:dlna=\"urn:schemas-dlna-org:metadata-1-0/\""
struct Response
{
char *resp;
int returned;
int requested;
int total;
char *filter;
enum clientType client;
};
/* ExecuteSoapAction():
* this method executes the requested Soap Action */
void