aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-291-1/+0
| | | | | | Since we use a C99 compiler now, we can assert that the C99 standard headers are available, no need for complicated compile time checks. Kill mpd_types.h.
* switch to C99 types, part IIMax Kellermann2008-09-291-7/+7
| | | | | Do full C99 integer type conversion in all modules which were not touched by Eric's merged patch.
* notify: added notify_deinit()Max Kellermann2008-09-241-0/+2
| | | | Destroy the mutex when it is not used anymore.
* moved player_command_finished() to player_thread.cMax Kellermann2008-08-261-2/+0
|
* moved code to pc_init(), dc_init()Max Kellermann2008-08-261-0/+4
|
* renamed player.c to player_control.cMax Kellermann2008-08-261-0/+162
Give player.c a better name, meaning that the code is used to control the player thread.