|
myMPD
Internal API documentation
|
MPD database helper functions. More...
#include "src/mympd_client/database.h"#include "src/lib/utility.h"#include "src/mympd_client/errorhandler.h"
Functions | |
| time_t | mympd_client_get_db_mtime (struct t_partition_state *partition_state) |
| bool | mympd_client_song_exists (struct t_partition_state *partition_state, const char *uri) |
MPD database helper functions.
| time_t mympd_client_get_db_mtime | ( | struct t_partition_state * | partition_state | ) |
Returns the mpd database last modification time
| partition_state | pointer to partition specific states |
| bool mympd_client_song_exists | ( | struct t_partition_state * | partition_state, |
| const char * | uri ) |
Checks for a song in the database
| partition_state | Pointer to partition state |
| uri | Song uri to check |