Mercurial > hg > xemacs-beta
diff src/nas.c @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3a7e78e1142d |
children | abe6d1db359e |
line wrap: on
line diff
--- a/src/nas.c Mon Aug 13 11:32:27 2007 +0200 +++ b/src/nas.c Mon Aug 13 11:33:38 2007 +0200 @@ -799,7 +799,7 @@ /* Like ftell, but for a buffer in memory */ static long -dtell() +dtell (void) { return file_posn; } @@ -807,7 +807,7 @@ /* Data buffer analogs for FileReadS and FileReadL in NAS. */ static unsigned short -DataReadS(int swapit) +DataReadS (int swapit) { unsigned short us; @@ -818,7 +818,7 @@ } static AuUint32 -DataReadL(int swapit) +DataReadL (int swapit) { AuUint32 ul; @@ -829,7 +829,7 @@ } static int -readChunk(RiffChunk *c) +readChunk (RiffChunk *c) { int status; char n; @@ -845,8 +845,8 @@ read the wave data from a buffer in memory. */ static WaveInfo * -WaveOpenDataForReading(CONST char *data, - int length) +WaveOpenDataForReading (CONST char *data, + int length) { RiffChunk ck; RIFF_FOURCC fourcc;