X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ftrim.h;h=0bbb2ffa66e6a5c0f7ab356530bc6652cebd915a;hb=b344de996cd51f8a2f2558a3172016b64d99c622;hp=c70a16fba8abcc8eccb72d1420823e765fa9dc31;hpb=0c9191b333f31bf193a4417597015864c7258d04;p=gnulib.git diff --git a/lib/trim.h b/lib/trim.h index c70a16fba..0bbb2ffa6 100644 --- a/lib/trim.h +++ b/lib/trim.h @@ -1,5 +1,5 @@ /* Removes leading and/or trailing whitespaces - Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2011 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 @@ -30,4 +30,4 @@ /* Removes leading whitespaces. */ #define trim_leading(s) trim2(s, TRIM_LEADING) -char *trim2(const char *, int); +char *trim2 (const char *, int);