1 /* Signal Processing - Get outfile-name - Header
2 
3  * Copyright (C) 1998 J.A. Bezemer
4  *
5  * Licensed under the terms of the GNU General Public License.
6  * ABSOLUTELY NO WARRANTY.
7  * See the file `COPYING' in this directory.
8  */
9 
10 #ifndef HAVE_SIGNPR_OUTFILENM_H
11 #define HAVE_SIGNPR_OUTFILENM_H
12 
13 
14 #define SIGNPR_OUTFILE_HEADERTEXT "Signal Processing - Destination File"
15 
16 int signproc_select_outfile (char *startdir, char *selectedfile);
17 /* Returns 0: canceled, 1: PrevScreen, 2: NextScreen */
18 
19 
20 #endif /* HAVE_SIGNPR_OUTFILENM_H */
21