From: Jonathan Dieter Date: Wed, 25 Jul 2018 16:07:53 +0000 (+0100) Subject: Fix header change X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~170 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a901bec92cf0fd279b8c7070a314f4c793cf2fac;p=zchunk.git Fix header change --- diff --git a/include/zck.h.in b/include/zck.h.in index 5d71e86..9512aee 100644 --- a/include/zck.h.in +++ b/include/zck.h.in @@ -120,7 +120,7 @@ int zck_is_error(zckCtx *zck) __attribute__ ((warn_unused_result)); /* Get error message * Returns char* containing error message, or NULL if there isn't one */ -char *zck_get_error(zckCtx *zck); +const char *zck_get_error(zckCtx *zck); /* Clear error message * Returns 1 if message was cleared, 0 if error is fatal and can't be cleared */ int zck_clear_error(zckCtx *zck);