"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "mpdist-3.7.1/mptool/base.h" of archive mpdist-3.7.1.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1
2 /*
3 * $Header: /cvsroot/mpdist/mpdist/mptool/base.h,v 1.1.1.1 2002/04/12 16:47:25 richbastard Exp $
4 *
5 * Copyright (c) 1987-2002 Rich Burridge, Sun Microsystems Inc.
6 * All rights reserved.
7 *
8 * This software is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU Library General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
12 *
13 * This software is distributed in the hope that it will be useful, but WITHOUT
14 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
16 * License for more details.
17 *
18 * You should have received a copy of the GNU Library General Public License
19 * along with this software; if not, write to the Free Software Foundation,
20 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 */
22
23 #ifndef __MPTOOL_BASE_H__
24 #define __MPTOOL_BASE_H__
25
26 extern char *filenames; /* List of file(s) to print. */
27
28 extern void Base (void);
29 extern void do_print_files (void);
30 extern void do_reset_options (void);
31 extern void do_save_defaults (void);
32 extern void do_show_file (void);
33
34 #endif /* __MPTOOL_BASE_H__ */