aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/ContentDirectoryService.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-22 20:44:24 +0100
committerMax Kellermann <max@duempel.org>2014-01-22 20:57:10 +0100
commitf363788d768adcd8d582593105060fd5a4dfa538 (patch)
tree794a7cd201dc11c938ab1e6cb3deab267296ee4c /src/db/upnp/ContentDirectoryService.hxx
parent714056f157cd6a27ed42c2962805a919aeba81a3 (diff)
downloadmpd-f363788d768adcd8d582593105060fd5a4dfa538.tar.gz
mpd-f363788d768adcd8d582593105060fd5a4dfa538.tar.xz
mpd-f363788d768adcd8d582593105060fd5a4dfa538.zip
db/upnp: pass unsigned integers to readDirSlice()
Diffstat (limited to '')
-rw-r--r--src/db/upnp/ContentDirectoryService.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/db/upnp/ContentDirectoryService.hxx b/src/db/upnp/ContentDirectoryService.hxx
index 63a13583f..bf1024c32 100644
--- a/src/db/upnp/ContentDirectoryService.hxx
+++ b/src/db/upnp/ContentDirectoryService.hxx
@@ -78,9 +78,9 @@ public:
Error &error);
bool readDirSlice(UpnpClient_Handle handle,
- const char *objectId, int offset,
- int count, UPnPDirContent& dirbuf,
- int *didread, int *total,
+ const char *objectId, unsigned offset,
+ unsigned count, UPnPDirContent& dirbuf,
+ unsigned &didread, unsigned &total,
Error &error);
/** Search the content directory service.