Commit 8b6e26a8 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

playlist: Defines pl_Locked, pl_Locked to pass to as b_locked.

parent bfef7653
......@@ -260,6 +260,12 @@ struct playlist_add_t
#define PLAYLIST_END -666
enum pl_locked_state
{
pl_Locked = true,
pl_Unlocked = false
};
/*****************************************************************************
* Prototypes
*****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment