Mercurial > pidgin
diff src/sound.h @ 4581:4b1e24835bbf
[gaim-migrate @ 4864]
put NAS sound support back in, and re-wrote a lot of the libao stuff
this should mostly put an end to people having to make a ~/.libao file
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Fri, 14 Feb 2003 20:57:32 +0000 |
| parents | 2c8372d4fb2a |
| children | 4691c5936c01 |
line wrap: on
line diff
--- a/src/sound.h Wed Feb 12 17:16:16 2003 +0000 +++ b/src/sound.h Fri Feb 14 20:57:32 2003 +0000 @@ -21,8 +21,8 @@ * */ -#ifndef _SOUND_H_ -#define _SOUND_H_ +#ifndef _GAIM_SOUND_H_ +#define _GAIM_SOUND_H_ /**************************************************************************/ /** Data Structures */ @@ -55,9 +55,9 @@ /*@{*/ /** - * Sets up the sound system. + * Lets the sound subsystem know when the sound output method has changed. */ -void gaim_sound_init(); +void gaim_sound_change_output_method(); /** * Properly shuts down the sound system. @@ -146,4 +146,4 @@ /*@}*/ -#endif /* _SOUND_H_ */ +#endif /* _GAIM_SOUND_H_ */
