Mercurial > hg > xemacs-beta
comparison src/sunplay.c @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 0293115a14e9 |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
45 # define CONST | 45 # define CONST |
46 #else | 46 #else |
47 # define CONST const | 47 # define CONST const |
48 #endif /* CONST */ | 48 #endif /* CONST */ |
49 | 49 |
50 #if __STDC__ || defined(STDC_HEADERS) /* warning suppression */ | |
51 extern int audio__setplayhdr(); | |
52 extern int audio__setgain(); | |
53 extern int audio__flush(); | |
54 extern int audio_decode_filehdr(); | |
55 extern int audio_read_filehdr(); | |
56 extern int audio_cmp_hdr(); | |
57 extern int audio_enc_to_str(); | |
58 extern int audio_drain(); | |
59 #endif | |
60 | |
61 | |
62 #ifdef emacs | 50 #ifdef emacs |
63 # include <config.h> | 51 # include <config.h> |
64 # include "lisp.h" | 52 # include "lisp.h" |
65 # include "sysdep.h" | 53 # include "sysdep.h" |
66 # include "emacsfns.h" | 54 # include "emacsfns.h" |