bugrepair VFS, update autotools files
[gpiv.git] / src / utils_par.h
blobe41b39dd92e03da11bc7cfa92c2f1b79656eda4d
1 /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 c-style: "K&R" -*- */
3 /*
4 libgpiv - library for Particle Image Velocimetry
6 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
7 Gerber van der Graaf <gerber_graaf@users.sourceforge.net>
9 This file is part of libgpiv.
11 Libgpiv 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, or (at your option)
14 any later version.
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.
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software Foundation,
23 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 ----------------------------------------------------------------------*/
28 * $Log: utils_par.h,v $
29 * Revision 1.1 2008-09-16 11:24:37 gerber
30 * added utils_par
35 #ifndef UTILS_PAR_H
36 #define UTILS_PAR_H
38 void
39 print_parameters (Par *par
42 void
43 parameters_set (Par *par,
44 gboolean bool
47 gchar *
48 cp_undef_parameters (Par *par_src,
49 Par *par_dest
52 Par *
53 cp_parameters (Par *par_src);
56 #endif /* UTILS_PAR_H */