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-- 170 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 secho_about(void);
void secho_configure(void);

extern int secho_delay, secho_feedback, secho_volume;

#endif