mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 23:49:04 +00:00
sound: Make functions exported not visible
Allows the compiler to do some additional optimizations. Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
46cda65123
commit
851b136bb4
@ -20,6 +20,8 @@
|
||||
|
||||
#include "red-common.h"
|
||||
|
||||
#include "push-visibility.h"
|
||||
|
||||
struct RedClient;
|
||||
|
||||
void snd_attach_playback(RedsState *reds, SpicePlaybackInstance *sin);
|
||||
@ -32,4 +34,6 @@ void snd_set_playback_compression(bool on);
|
||||
|
||||
void snd_set_playback_latency(struct RedClient *client, uint32_t latency);
|
||||
|
||||
#include "pop-visibility.h"
|
||||
|
||||
#endif /* SOUND_H_ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user