Mercurial > hg > xemacs-beta
comparison src/miscplay.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
13 ** that the above copyright notice appear in all copies and that both that | 13 ** that the above copyright notice appear in all copies and that both that |
14 ** copyright notice and this permission notice appear in supporting | 14 ** copyright notice and this permission notice appear in supporting |
15 ** documentation. This software is provided "as is" without express or | 15 ** documentation. This software is provided "as is" without express or |
16 ** implied warranty. | 16 ** implied warranty. |
17 */ | 17 */ |
18 | |
19 #ifndef INCLUDED_miscplay_h_ | |
20 #define INCLUDED_miscplay_h_ | |
18 | 21 |
19 #include <stdlib.h> | 22 #include <stdlib.h> |
20 | 23 |
21 #define HEADERSZ 256 /* has to be at least as big as the biggest header */ | 24 #define HEADERSZ 256 /* has to be at least as big as the biggest header */ |
22 #define SNDBUFSZ 2048 /* has to be at least as big as HEADERSZ */ | 25 #define SNDBUFSZ 2048 /* has to be at least as big as HEADERSZ */ |
54 int *tracks, | 57 int *tracks, |
55 size_t (**parsesndfile)(void **,size_t *sz, | 58 size_t (**parsesndfile)(void **,size_t *sz, |
56 void **)); | 59 void **)); |
57 void reset_parsestate(void); | 60 void reset_parsestate(void); |
58 int parse_wave_complete(void); | 61 int parse_wave_complete(void); |
62 | |
63 #endif /* INCLUDED_miscplay_h_ */ |