X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_subst.h;h=50df9c7ba0404a377e2b3a0967f58adfe931b039;hb=a82395b57384541152423862bcf44c0db7789641;hp=9085286a474c79da17428467e0865ae02bcb07f6;hpb=6a68a39a2c6987fdcc94fb1bdd9cc8f598fd9478;p=collectd.git diff --git a/src/daemon/utils_subst.h b/src/daemon/utils_subst.h index 9085286a..50df9c7b 100644 --- a/src/daemon/utils_subst.h +++ b/src/daemon/utils_subst.h @@ -66,7 +66,7 @@ * * The function returns 'buf' on success, NULL else. */ -char *subst (char *buf, size_t buflen, const char *string, int off1, int off2, +char *subst (char *buf, size_t buflen, const char *string, size_t off1, size_t off2, const char *replacement); /*