X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_subst.h;h=7807555cc09f3a5c52703a0668a99a7f3620894e;hb=0e1e19f9e05c1b6a17f4a534cd0abd592fcab02e;hp=025f8d4e0fb8ac8df62276d6eed1bf71cf30b56c;hpb=79963d13c1884d1d92667cc502ad20758b084a12;p=collectd.git diff --git a/src/daemon/utils_subst.h b/src/daemon/utils_subst.h index 025f8d4e..7807555c 100644 --- a/src/daemon/utils_subst.h +++ b/src/daemon/utils_subst.h @@ -70,17 +70,6 @@ char *subst(char *buf, size_t buflen, const char *string, size_t off1, size_t off2, const char *replacement); /* - * asubst: - * - * This function is very similar to subst(). It differs in that it - * automatically allocates the memory required for the return value which the - * user then has to free himself. - * - * Returns the newly allocated result string on success, NULL else. - */ -char *asubst(const char *string, int off1, int off2, const char *replacement); - -/* * subst_string: * * Works like `subst', but instead of specifying start and end offsets you @@ -100,5 +89,3 @@ char *subst_string(char *buf, size_t buflen, const char *string, const char *needle, const char *replacement); #endif /* UTILS_SUBST_H */ - -/* vim: set sw=4 ts=4 tw=78 noexpandtab : */