X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_subst.h;h=50df9c7ba0404a377e2b3a0967f58adfe931b039;hb=4ac3040668e7a9b595edd334a9179a5f6ae42461;hp=9085286a474c79da17428467e0865ae02bcb07f6;hpb=9e5cdde4656070893ecf59c6234af0593bdda1a0;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); /*