File: tracksplit.h

package info (click to toggle)
gramofile 1.6-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 852 kB
  • ctags: 553
  • sloc: ansic: 10,238; makefile: 55
file content (19 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Determining Track Start/End - Header

 * Copyright (C) 1998 J.A. Bezemer
 *
 * Licensed under the terms of the GNU General Public License.
 * ABSOLUTELY NO WARRANTY.
 * See the file `COPYING' in this directory.
 */

#ifndef HAVE_TRACKSPLIT_H
#define HAVE_TRACKSPLIT_H


#define TRACKSPLIT_COMPUTE_HEADERTEXT "Track Location"

void tracksplit_main (char *startdir);


#endif /* HAVE_TARACKSPLIT_H */