output: audio_output_init() returns bool

Return true/false instead of 1/0.
This commit is contained in:
Max Kellermann
2009-02-25 19:53:56 +01:00
parent 9512704055
commit 6aa6def776
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ struct audio_format;
struct tag;
struct config_param;
int
bool
audio_output_init(struct audio_output *ao, const struct config_param *param);
bool