repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmail: fixed warnings about unused parameters.
[dockapps.git]
/
fookb
/
sound.h
blob
0175b650645ecea8acfff9fcc8f4805163e1727e
1
/*
2
* File: sound.h
3
*
4
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
5
*
6
*/
7
8
#ifndef SOUND_H
9
#define SOUND_H
10
11
void
drip
(
void
);
12
13
#endif