--- projects/libstatgrab/src/libstatgrab/tools.h 2004/11/06 14:55:53 1.25 +++ projects/libstatgrab/src/libstatgrab/tools.h 2005/09/24 13:29:23 1.26 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: tools.h,v 1.25 2004/11/06 14:55:53 ats Exp $ + * $Id: tools.h,v 1.26 2005/09/24 13:29:23 tdb Exp $ */ #include @@ -44,6 +44,7 @@ size_t sg_strlcat(char *dst, const char *src, size_t s size_t sg_strlcpy(char *dst, const char *src, size_t siz); int sg_update_string(char **dest, const char *src); +int sg_concat_string(char **dest, const char *src); #if defined(LINUX) || defined(CYGWIN) long long sg_get_ll_match(char *line, regmatch_t *match);