Max Kellermann
|
b159832418
|
notify: removed the "Notify" typedef
Typedefs shouldn't be used, use the bare struct names instead.
|
2008-10-08 10:49:16 +02:00 |
|
Max Kellermann
|
d562ba5fbb
|
song: converted typedef Song to struct song
Again, a data type which can be forward-declared.
|
2008-10-08 10:49:11 +02:00 |
|
Max Kellermann
|
226d52b36f
|
switch to C99 types, part II
Do full C99 integer type conversion in all modules which were not
touched by Eric's merged patch.
|
2008-09-29 15:49:29 +02:00 |
|
Max Kellermann
|
a0272c2d61
|
notify: added notify_deinit()
Destroy the mutex when it is not used anymore.
|
2008-09-24 07:14:11 +02:00 |
|
Max Kellermann
|
f1dd9c209c
|
audio_format: converted typedef AudioFormat to struct audio_format
Get rid of CamelCase, and don't use a typedef, so we can
forward-declare it, and unclutter the include dependencies.
|
2008-09-07 19:19:55 +02:00 |
|
Max Kellermann
|
e2c8b960de
|
moved code to pc_init(), dc_init()
|
2008-08-26 08:45:14 +02:00 |
|
Max Kellermann
|
56cdce6946
|
renamed decode.h to decoder_control.h
|
2008-08-26 08:44:19 +02:00 |
|