libeplayer3: rename Content_t => Player

This commit is contained in:
martii
2014-04-06 12:11:40 +02:00
parent 7bf5a5f290
commit 85fcd7379d
15 changed files with 93 additions and 97 deletions

View File

@@ -41,7 +41,7 @@ if (debug_level >= level) printf(x); } while (0)
#define container_err(x...)
#endif
static int Command(Context_t *context, ContainerCmd_t command, const char *argument __attribute__((unused)))
static int Command(Player *context, ContainerCmd_t command, const char *argument __attribute__((unused)))
{
int ret = 0;