Mass update FSF address
[dockapps.git] / wmpower / src / power_management / lib_utils / lib_utils.h
blob61be176ef5b7a12a3aea9da96d83d89dbe962c3b
1 /***************************************************************************
2 lib_utils.h - description
3 -------------------
4 begin : Sun Jan 20 15:34:25 CET 2002
5 copyright : (C) 2002-2004 by Noberasco Michele
6 e-mail : noberasco.gnu@disi.unige.it
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 * This program is distributed in the hope that it will be useful, *
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
19 * GNU General Public License for more details. *
20 * *
21 * You should have received a copy of the GNU General Public License *
22 * along with this program; if not, write to the *
23 * Free Software Foundation, Inc., *
24 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *
25 * *
26 ***************************************************************************/
28 /* increments *ptr 'til the beginning of a new line
29 returns 0 if a '\0' is encountered */
30 char *jump_next_line(char *ptr);
32 /* append any number of strings to dst */
33 char *StrApp (char **dst, ...);