btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / bin / media_client / MediaPlay.h
blob84670a712419ed422d27541f5c15eeb8ba67dbd6
1 /*
2 * Copyright 2017, Dario Casalinuovo. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
6 #ifndef _MEDIA_CLIENT_PLAY
7 #define _MEDIA_CLIENT_PLAY
9 int media_play(const char* uri);
11 #endif