ao.h   ao.h 
skipping to change at line 135 skipping to change at line 135
ao_device* ao_open_live(int driver_id, ao_sample_format *format, ao_device* ao_open_live(int driver_id, ao_sample_format *format,
ao_option *option); ao_option *option);
ao_device* ao_open_file(int driver_id, const char *filename, int overwrite, ao_device* ao_open_file(int driver_id, const char *filename, int overwrite,
ao_sample_format *format, ao_option *option); ao_sample_format *format, ao_option *option);
int ao_play(ao_device *device, char *output_samples, uint_32 num_bytes); int ao_play(ao_device *device, char *output_samples, uint_32 num_bytes);
int ao_close(ao_device *device); int ao_close(ao_device *device);
/* driver information */ /* driver information */
int ao_driver_id(const char *short_name); int ao_driver_id(const char *short_name);
int ao_default_driver_id(); int ao_default_driver_id(void);
ao_info *ao_driver_info(int driver_id); ao_info *ao_driver_info(int driver_id);
ao_info **ao_driver_info_list(int *driver_count); ao_info **ao_driver_info_list(int *driver_count);
char *ao_file_extension(int driver_id); char *ao_file_extension(int driver_id);
/* miscellaneous */ /* miscellaneous */
int ao_is_big_endian(void); int ao_is_big_endian(void);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/