1 /* Tracksplitting - Get file 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_TRACKSPLIT_FILENM_H
11 #define HAVE_TRACKSPLIT_FILENM_H
12 
13 
14 #define TRACKSPLIT_FILE_HEADERTEXT "Track Location - File Name"
15 
16 int tracksplit_select_file (char *startdir, char *selectedfile);
17 /* Returns 0: canceled, 2: NextScreen */
18 
19 
20 #endif /* HAVE_TRACKSPLIT_FILENM_H */
21