From 37777e89cd284e8cbd621969eeccc1e54972e4b0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 11 Jul 2016 00:31:13 +0200 Subject: Implement -p MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 6e0c4d5..248dad6 100644 --- a/src/output.h +++ b/src/output.h @@ -128,7 +128,7 @@ void output_destroy(struct output* this); * needs to be * @return The number of marshalled byte */ -size_t output_marshal(const struct output* this, char* buf); +size_t output_marshal(const struct output* this, void* buf); /** * Unmarshal an output @@ -137,7 +137,7 @@ size_t output_marshal(const struct output* this, char* buf); * @param buf Buffer with the marshalled output * @return The number of unmarshalled bytes, 0 on error */ -size_t output_unmarshal(struct output* this, const char* buf); +size_t output_unmarshal(struct output* this, const void* buf); /** * Compare to outputs by the names of their respective CRTC:s -- cgit v1.2.3-70-g09d2