--- projects/libstatgrab/src/libstatgrab/tools.h 2004/04/04 22:48:50 1.17 +++ projects/libstatgrab/src/libstatgrab/tools.h 2004/04/04 23:55:48 1.18 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: tools.h,v 1.17 2004/04/04 22:48:50 tdb Exp $ + * $Id: tools.h,v 1.18 2004/04/04 23:55:48 ats Exp $ */ #include @@ -37,6 +37,8 @@ size_t strlcat(char *dst, const char *src, size_t siz) #ifndef HAVE_STRLCPY size_t strlcpy(char *dst, const char *src, size_t siz); #endif + +char *update_string(char **dest, const char *src); long long get_ll_match(char *line, regmatch_t *match);