make rdpsnd_auto_open and rdpsnd_register_drivers static

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1273 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2006-10-01 11:00:03 +00:00
parent 5594a05572
commit bc3c75e4dc

View File

@ -276,7 +276,7 @@ rdpsnd_process(STREAM s)
}
}
inline BOOL
static BOOL
rdpsnd_auto_open(void)
{
static BOOL failed = False;
@ -306,7 +306,7 @@ rdpsnd_auto_open(void)
return False;
}
inline void
static void
rdpsnd_register_drivers(char *options)
{
struct audio_driver **reg;