1 /* Tracksplitting - Parameters - 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_TRACKSPLIT_PARAMMENU_H
11 #define HAVE_TRACKSPLIT_PARAMMENU_H
12 
13 
14 #define TRACKSPLIT_PARAMMENU_HEADERTEXT "Track Location - Parameters"
15 
16 int tracksplit_parammenu (int *make_use_rms, int *make_graphs, long *blocklen,
17 			  int *global_silence_factor,
18 			  int *local_silence_threshold,
19 			  int *min_silence_blocks,
20 			  int *min_track_blocks, int *extra_blocks_start,
21 			  int *extra_blocks_end);
22 /* Returns 0: canceled, 1: PrevScreen, 2: NextScreen */
23 
24 
25 #endif /* HAVE_TRACKSPLIT_PARAMMENU_H */
26