summaryrefslogtreecommitdiff
path: root/profiles/audio/player.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-19 10:39:37 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-19 10:39:37 +0200
commit9169be4ff8b4dcf24098fb1cd3fe7bed429b5481 (patch)
treed470ad1bcc85ccf2807acb67de896fb971f57535 /profiles/audio/player.c
parent46370e59fc1c5da15065cf81d9cd29bf3e92bc7a (diff)
downloadbluez-9169be4ff8b4dcf24098fb1cd3fe7bed429b5481.tar.gz
audio: Make media_player_get_position private to player.c
Diffstat (limited to 'profiles/audio/player.c')
-rw-r--r--profiles/audio/player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/audio/player.c b/profiles/audio/player.c
index b04d99e47..6773b4336 100644
--- a/profiles/audio/player.c
+++ b/profiles/audio/player.c
@@ -313,7 +313,7 @@ struct media_player *media_player_controller_create(const char *path)
return mp;
}
-uint32_t media_player_get_position(struct media_player *mp)
+static uint32_t media_player_get_position(struct media_player *mp)
{
double timedelta;
uint32_t sec, msec;