aboutsummaryrefslogtreecommitdiff
path: root/daemon/StreamlineSetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/StreamlineSetup.h')
-rw-r--r--daemon/StreamlineSetup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/StreamlineSetup.h b/daemon/StreamlineSetup.h
index 841735d..a27a7ac 100644
--- a/daemon/StreamlineSetup.h
+++ b/daemon/StreamlineSetup.h
@@ -32,7 +32,7 @@ private:
char* readCommand(int*);
void handleRequest(char* xml);
void handleDeliver(char* xml);
- void sendData(const char* data, int length, int type);
+ void sendData(const char* data, uint32_t length, char type);
void sendString(const char* string, int type) {sendData(string, strlen(string), type);}
void sendEvents();
void sendConfiguration();