File: echo.h

package info (click to toggle)
xmms 1.0.1-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,180 kB
  • ctags: 3,923
  • sloc: ansic: 38,352; sh: 8,294; asm: 398; makefile: 387
file content (11 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#ifndef ECHO_H
#define ECHO_H

#define MAX_DELAY 1000

void echo_about(void);
void echo_configure(void);

extern int echo_delay, echo_feedback, echo_volume;

#endif