X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;fp=src%2Flibpspp%2Fstr.h;h=ca990dbc3632f8b4d4f0870cf8874f595be44163;hb=46b52782d51c442adc7fefe498c5392138f6c9fe;hp=ff00b3593356580bd3a2888a1d2c26ebaec4c217;hpb=57166a5a5c4016b83b9a35ac32c219ff853dc9ce;p=pspp diff --git a/src/libpspp/str.h b/src/libpspp/str.h index ff00b35933..ca990dbc36 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -218,4 +218,8 @@ void ds_put_format (struct string *, const char *, ...) PRINTF_FORMAT (2, 3); char *ds_put_uninit (struct string *st, size_t incr); +/* Other */ +/* calls relocate from gnulib on ST */ +void ds_relocate (struct string *st); + #endif /* str_h */