0506ff7df67e52e12f0f40f48d4633efe60d96f7
[infodrom/cgilib] / cgiFreeList.3
1 .\" cgiFreeList - Frees memory used by a list
2 .\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
3 .\" 
4 .\" This program is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2 of the License, or
7 .\" (at your option) any later version.
8 .\" 
9 .\" This program is distributed in the hope that it will be useful,
10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 .\" GNU General Public License for more details.
13 .\" 
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program; if not, write to the Free Software
16 .\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 .\"
18 .TH cgiFreeList 3 "20 August 1999" "CGI Library" "Programmer's Manual"
19 .SH NAME
20 cgiFreeList \- Frees memory used by a list
21 .SH SYNOPSYS
22 .nf
23 .B #include <cgi.h>
24 .sp
25 .BI "void cgiFreeList (char **" list );
26 .fi
27 .SH DESCRIPTION
28 A zero terminated list of characters is returned by the routines
29 .BR cgiGetVariables (3)
30 and
31 .BR cgiGetCookies (3).
32 This routine frees memory allocated by these routines.
33
34 .SH "AUTHOR"
35 This CGI library is written by Martin Schulze
36 <joey@infodrom.north.de>.  If you have additions or improvements
37 please get in touch with him.
38
39 .SH "SEE ALSO"
40 .BR cgiGetVariables (3),
41 .BR cgiGetCookies (3).