File: infinite.h

package info (click to toggle)
dcd 0.99.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 324 kB
  • ctags: 636
  • sloc: ansic: 4,187; makefile: 100
file content (13 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * infinite.h - CD operations that go on forever
 * 
 * (C)1998-2001 David E. Smith <dave@technopagan.org>. GNU GPL v2.
 */

#ifndef __DCD_INFINITE
#define __DCD_INFINITE

void loop_disc (void);
void shuffle_disc (void);

#endif